aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-08-04 17:38:39 -0700
committerJamie Winsor <jamie@enmasse.com>2011-08-04 17:38:39 -0700
commit87f478e664bc9e85e8165878d0736b0401b5b6d0 (patch)
tree2f31d3c3a1f8b6f885d963f2fc34951aef20d93e
parent0516a2cc0088533dcccd1cd004f132c90125515f (diff)
downloadrefinerycms-blog-87f478e664bc9e85e8165878d0736b0401b5b6d0.tar.gz
refinerycms-blog-87f478e664bc9e85e8165878d0736b0401b5b6d0.tar.bz2
refinerycms-blog-87f478e664bc9e85e8165878d0736b0401b5b6d0.zip
Update testing setup task to reflect new namespace
-rw-r--r--Rakefile2
-rw-r--r--readme.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index f64a55d..ef3229e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -31,4 +31,4 @@ load 'refinery/tasks/testing.rake'
Bundler::GemHelper.install_tasks
-task :default => 'refinery:testing:setup'
+task :default => 'refinery:testing:engine:setup'
diff --git a/readme.md b/readme.md
index ca11075..a9da413 100644
--- a/readme.md
+++ b/readme.md
@@ -37,7 +37,7 @@ The version of Refinery to develop this engine against is defined in the gemspec
Setup the test environment
- $ bundle exec rake refinery:testing:setup
+ $ bundle exec rake refinery:testing:engine:setup
Run the test suite with [Guard](https://github.com/guard/guard)