From: Tom Hughes Date: Sat, 10 Jan 2015 11:48:35 +0000 (+0000) Subject: Remove unused performance test stub X-Git-Tag: live~4307 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5781674c1b8c4935afd786246705460f7bd38b6d?ds=inline Remove unused performance test stub --- diff --git a/test/performance/browsing_test.rb b/test/performance/browsing_test.rb deleted file mode 100644 index 867fc8c98..000000000 --- a/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