]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused performance test stub
authorTom Hughes <tom@compton.nu>
Sat, 10 Jan 2015 11:48:35 +0000 (11:48 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 10 Jan 2015 12:41:04 +0000 (12:41 +0000)
test/performance/browsing_test.rb [deleted file]

diff --git a/test/performance/browsing_test.rb b/test/performance/browsing_test.rb
deleted file mode 100644 (file)
index 867fc8c..0000000
+++ /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