blob: f11a99e0080dae9e7bfd0aa04627e7a5dba379f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Description:
Stubs out a new system test. Pass the name of the test, either
CamelCased or under_scored, as an argument.
This generator invokes the current system tool, which defaults to
TestUnit.
Example:
`rails generate system_test GeneralStories` creates a GeneralStories
system test in test/system/general_stories_test.rb
|