aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb
blob: 5f9bd829e0174bede471660fdb2fb609cef2de2f (plain) (blame)
1
2
3
4
require "#{File.dirname(__FILE__)}<%= '/..' * class_nesting_depth %>/../test_helper"

class <%= class_name %>Test < ActionController::IntegrationTest
end