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/USAGE8
1 files changed, 8 insertions, 0 deletions
diff --git a/railties/lib/generators/rails/performance_test/USAGE b/railties/lib/generators/rails/performance_test/USAGE
new file mode 100644
index 0000000000..d84051eb02
--- /dev/null
+++ b/railties/lib/generators/rails/performance_test/USAGE
@@ -0,0 +1,8 @@
+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
+
+Example:
+ `./script/generate performance_test GeneralStories` creates a GeneralStories
+ performance test in test/performance/general_stories_test.rb