readme update

This commit is contained in:
John Bintz 2012-02-01 10:25:43 -05:00
parent 3325bce18b
commit b63e2f2276
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ MyApp::Application.routes.draw do
acceptance_helper_routes #=> for the :acceptance env, or
acceptance_helper_routes_for :cucumber #=> for the :cucumber env
end
```
The two additional routes are only added in that environment.
@ -52,3 +53,4 @@ If you're using ActiveResource, a good source of the URL is `ActiveResource::Bas
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request