1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/generators/rails/integration_test/USAGE

10 lines
379 B
Text

Description:
Stubs out a new integration test. Pass the name of the test, either
CamelCased or under_scored, as an argument.
This generator invokes the current integration tool, which defaults to
TestUnit.
Example:
`./script/generate integration_test GeneralStories` creates a GeneralStories
integration test in test/integration/general_stories_test.rb