From 5781674c1b8c4935afd786246705460f7bd38b6d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 10 Jan 2015 11:48:35 +0000 Subject: [PATCH] Remove unused performance test stub --- test/performance/browsing_test.rb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/performance/browsing_test.rb 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 -- 2.43.2