~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/railties/lib/rails_generator/generators/components/integration_test/USAGE

  • Committer: Michael Forrest
  • Date: 2010-10-15 16:28:50 UTC
  • Revision ID: michael.forrest@canonical.com-20101015162850-tj2vchanv0kr0dun
refrozeĀ gems

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description:
 
2
    Stubs out a new integration test. Pass the name of the test, either
 
3
    CamelCased or under_scored, as an argument. The new test class is
 
4
    generated in test/integration/testname_test.rb
 
5
 
 
6
Example:
 
7
    `./script/generate integration_test GeneralStories` creates a GeneralStories
 
8
    integration test in test/integration/general_stories_test.rb