Remove generic Rails performance test

This commit is contained in:
Eric Davis 2011-05-13 09:16:46 -07:00
parent 6c9c7dc5aa
commit 68925684fe
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
require 'test_helper'
require 'performance_test_help'
# Profiling results for each test method are written to tmp/performance.
class BrowsingTest < ActionController::PerformanceTest
def test_homepage
get '/'
end
end