aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
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 /Rakefile
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 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 699f74d..0c5b448 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,5 +22,8 @@ end
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'
+load 'refinery/tasks/testing.rake'
Bundler::GemHelper.install_tasks
+
+task :default => 'refinery:testing:setup'