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

class <%= class_name %>Test < ActionDispatch::IntegrationTest
  fixtures :all

  # test "the truth" do
  #   assert true
  # end
end