blob: 7c89816570e4b42ce4030efddbe5141cd24818d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
require 'performance/test_helper'
# Profiling results for each test method are written to tmp/performance.
class BrowsingTest < ActionController::PerformanceTest
def test_homepage
get '/'
end
end
|