blob: 867fc8c985bc954a2ca16666f3e7f7e7077465e1 [file] [log] [blame]
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