aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-08-03 20:33:13 -0700
committerJamie Winsor <jamie@enmasse.com>2011-08-03 20:38:41 -0700
commitd3eff64d19c845dc947a2872644eb514058db762 (patch)
tree1f96a066f3fbf0d914a3b1dadba788f0abee0418 /readme.md
parent274ba14ea24d2e59a4ddf2e09fd94fa9246f1c55 (diff)
downloadrefinerycms-blog-d3eff64d19c845dc947a2872644eb514058db762.tar.gz
refinerycms-blog-d3eff64d19c845dc947a2872644eb514058db762.tar.bz2
refinerycms-blog-d3eff64d19c845dc947a2872644eb514058db762.zip
Add rake tasks to initialize the testing environment
Update README to reflect new functionality
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 1 insertions, 3 deletions
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)