aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/performance_test/USAGE
blob: 9dc799559c1b9e989cf7c6ace487c569b47f7095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Description:
    Stubs out a new performance test. Pass the name of the test, either
    CamelCased or under_scored, as an argument.

    This generator invokes the current performance tool, which defaults to
    TestUnit.

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