aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/performance_test/USAGE
blob: d84051eb02dcb9367876cc345ac87cf1b14f53b4 (plain) (blame)
1
2
3
4
5
6
7
8
Description:
    Stubs out a new performance test. Pass the name of the test, either
    CamelCased or under_scored, as an argument. The new test class is
    generated in test/performance/testname_test.rb

Example:
    `./script/generate performance_test GeneralStories` creates a GeneralStories
    performance test in test/performance/general_stories_test.rb