about summary refs log tree commit homepage
path: root/t/rails3-app/test/performance/browsing_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 't/rails3-app/test/performance/browsing_test.rb')
-rw-r--r--t/rails3-app/test/performance/browsing_test.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/t/rails3-app/test/performance/browsing_test.rb b/t/rails3-app/test/performance/browsing_test.rb
deleted file mode 100644
index 867fc8c..0000000
--- a/t/rails3-app/test/performance/browsing_test.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-require 'test_helper'
-require 'rails/performance_test_help'
-
-# Profiling results for each test method are written to tmp/performance.
-class BrowsingTest < ActionDispatch::PerformanceTest
-  def test_homepage
-    get '/'
-  end
-end