aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/performance_test/performance_test_generator.rb
blob: d1c71ab8edbace371d82c6eef594d315549cad50 (plain) (blame)
1
2
3
4
5
6
7
module Rails
  module Generators
    class PerformanceTestGenerator < NamedBase
      hook_for :performance_tool, :as => :performance
    end
  end
end