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