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

class <%= class_name %>Test < ActionDispatch::IntegrationTest
  # test "the truth" do
  #   assert true
  # end
end