aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/integration_test
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/generators/rails/integration_test')
-rw-r--r--railties/lib/generators/rails/integration_test/USAGE6
1 files changed, 4 insertions, 2 deletions
diff --git a/railties/lib/generators/rails/integration_test/USAGE b/railties/lib/generators/rails/integration_test/USAGE
index 09e2691f69..b76c35a702 100644
--- a/railties/lib/generators/rails/integration_test/USAGE
+++ b/railties/lib/generators/rails/integration_test/USAGE
@@ -1,7 +1,9 @@
Description:
Stubs out a new integration test. Pass the name of the test, either
- CamelCased or under_scored, as an argument. The new test class is
- generated in test/integration/testname_test.rb
+ 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