Skip to content

Commit

Permalink
Update readme on how to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Winsor committed Oct 28, 2011
1 parent b1baeba commit fd7ce5e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions readme.md
Expand Up @@ -35,11 +35,14 @@ The version of Refinery to develop this engine against is defined in the gemspec

### Testing

Setup the test environment
Generate the dummy application to test against

$ bundle exec rake refinery:testing:engine:setup
$ bundle exec rake refinery:testing:dummy_app

Run the test suite with [Guard](https://github.com/guard/guard)

$ bundle exec guard start


Or just with rake spec

$ bundle exec rake spec

0 comments on commit fd7ce5e

Please sign in to comment.