aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/performance_test/templates/performance_test.rb
blob: 352ff48054e7b79d729dfaf09e6ac4b79084beff (plain) (blame)
1
2
3
4
5
6
7
8
require 'performance/test_helper'

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