aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)