i can haz railz 3

This commit is contained in:
Espen Antonsen 2010-09-17 17:57:33 +02:00
parent d762fdb864
commit 6593b5709b
78 changed files with 12076 additions and 376 deletions

View file

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