summaryrefslogtreecommitdiff
path: root/test/performance/browsing_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/browsing_test.rb')
-rw-r--r--test/performance/browsing_test.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/performance/browsing_test.rb b/test/performance/browsing_test.rb
deleted file mode 100644
index 3fea27b..0000000
--- a/test/performance/browsing_test.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require 'test_helper'
-require 'rails/performance_test_help'
-
-class BrowsingTest < ActionDispatch::PerformanceTest
- # Refer to the documentation for all available options
- # self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
- # :output => 'tmp/performance', :formats => [:flat] }
-
- def test_homepage
- get '/'
- end
-end