aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/integration_test/integration_test_generator.rb
blob: 70770ddcb805f257ce6623fe9aad250f2e8b6c44 (plain) (blame)
1
2
3
4
5
6
7
module Rails
  module Generators
    class IntegrationTestGenerator < NamedBase # :nodoc:
      hook_for :integration_tool, as: :integration
    end
  end
end