aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/performance_test/USAGE
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/generators/rails/performance_test/USAGE')
-rw-r--r--railties/lib/generators/rails/performance_test/USAGE6
1 files changed, 4 insertions, 2 deletions
diff --git a/railties/lib/generators/rails/performance_test/USAGE b/railties/lib/generators/rails/performance_test/USAGE
index d84051eb02..ee82578cdb 100644
--- a/railties/lib/generators/rails/performance_test/USAGE
+++ b/railties/lib/generators/rails/performance_test/USAGE
@@ -1,7 +1,9 @@
Description:
Stubs out a new performance test. Pass the name of the test, either
- CamelCased or under_scored, as an argument. The new test class is
- generated in test/performance/testname_test.rb
+ CamelCased or under_scored, as an argument.
+
+ This generator invokes the current performance tool, which defaults to
+ TestUnit.
Example:
`./script/generate performance_test GeneralStories` creates a GeneralStories