aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/performance_test/USAGE
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/generators/rails/performance_test/USAGE')
-rw-r--r--railties/lib/rails/generators/rails/performance_test/USAGE10
1 files changed, 10 insertions, 0 deletions
diff --git a/railties/lib/rails/generators/rails/performance_test/USAGE b/railties/lib/rails/generators/rails/performance_test/USAGE
new file mode 100644
index 0000000000..ee82578cdb
--- /dev/null
+++ b/railties/lib/rails/generators/rails/performance_test/USAGE
@@ -0,0 +1,10 @@
+Description:
+ Stubs out a new performance test. Pass the name of the test, either
+ 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
+ performance test in test/performance/general_stories_test.rb