From fd7ce5e692989e5fe76722291caffb4211fd0517 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Fri, 28 Oct 2011 13:07:27 -0700 Subject: Update readme on how to test --- readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index b64e192..1f1ad5c 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit v1.2.3