aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit/performance/templates/performance_test.rb
blob: 27c91b0fcac84467535d587f95e2b3cf9d21dadd (plain) (blame)
1
2
3
4
5
6
7
8
9
require 'test_helper'
require 'performance_test_help'

class <%= class_name %>Test < ActionController::PerformanceTest
  # Replace this with your real tests.
  def test_homepage
    get '/'
  end
end