From d3eff64d19c845dc947a2872644eb514058db762 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Wed, 3 Aug 2011 20:33:13 -0700 Subject: Add rake tasks to initialize the testing environment Update README to reflect new functionality --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 11e9c53..ca11075 100644 --- a/readme.md +++ b/readme.md @@ -37,9 +37,7 @@ The version of Refinery to develop this engine against is defined in the gemspec Setup the test environment - $ bundle install - $ bundle exec rake app:db:migrate - $ bundle exec rake app:db:test:prepare + $ bundle exec rake refinery:testing:setup Run the test suite with [Guard](https://github.com/guard/guard) -- cgit v1.2.3