aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/integration_test/USAGE
blob: d1ed71a408baa7f77570b185f6d781f61c41fed6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                            
Description:
    The model generator creates a stub for a new integration test.

    The generator takes an integration test name as its argument.  The test
    name may be given in CamelCase or under_score and should not be suffixed
    with 'Test'.

    The generator creates an integration test class in test/integration.

Example:
    ./script/generate integration_test GeneralStories

    This will create a GeneralStores integration test:
        test/integration/general_stories_test.rb