From da1baeab4a681b63b29f4a3c7222d660306551d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 26 Jun 2009 09:11:37 +0200 Subject: Added integration and performance test generators. --- railties/lib/generators/rails/performance_test/USAGE | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 railties/lib/generators/rails/performance_test/USAGE (limited to 'railties/lib/generators/rails/performance_test/USAGE') 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 -- cgit v1.2.3