aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/test/performance/browsing_test.rb
blob: a3dc38d9e4348303d0a516aa90b8b08f785077c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
require 'test_helper'
require 'rails/performance_test_help'

# Profiling results for each test method are written to tmp/performance.
class BrowsingTest < ActionController::PerformanceTest
  def test_homepage
    get '/'
  end
end