2008-10-17 16:58:37 -04:00
|
|
|
require 'test_helper'
|
|
|
|
require 'performance_test_help'
|
2008-06-13 03:21:03 -04:00
|
|
|
|
|
|
|
# Profiling results for each test method are written to tmp/performance.
|
|
|
|
class BrowsingTest < ActionController::PerformanceTest
|
|
|
|
def test_homepage
|
|
|
|
get '/'
|
|
|
|
end
|
|
|
|
end
|