diff options
author | Jamie Winsor <jamie@enmasse.com> | 2011-10-28 13:07:27 -0700 |
---|---|---|
committer | Jamie Winsor <jamie@enmasse.com> | 2011-10-28 13:07:27 -0700 |
commit | fd7ce5e692989e5fe76722291caffb4211fd0517 (patch) | |
tree | 91cdc020787117c1641431163854c30cbe9999e7 | |
parent | b1baeba3d24175ebf06c01093ebdcdea4bf51f15 (diff) | |
download | refinerycms-blog-fd7ce5e692989e5fe76722291caffb4211fd0517.tar.gz refinerycms-blog-fd7ce5e692989e5fe76722291caffb4211fd0517.tar.bz2 refinerycms-blog-fd7ce5e692989e5fe76722291caffb4211fd0517.zip |
Update readme on how to test
-rw-r--r-- | readme.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 -
\ No newline at end of file + +Or just with rake spec + + $ bundle exec rake spec |