Update readme on how to test

This commit is contained in:
Jamie Winsor 2011-10-28 13:07:27 -07:00
parent b1baeba3d2
commit fd7ce5e692

View file

@ -35,11 +35,14 @@ The version of Refinery to develop this engine against is defined in the gemspec
### Testing ### 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) Run the test suite with [Guard](https://github.com/guard/guard)
$ bundle exec guard start $ bundle exec guard start
Or just with rake spec
$ bundle exec rake spec