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

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