aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-08-03 20:56:12 -0700
committerJamie Winsor <jamie@enmasse.com>2011-08-03 20:56:12 -0700
commite85535da5f01d3a5ddcf972efd73c422d26a8887 (patch)
treed4f669fcd1a3213ace095eb8267f3d0dd515a8ef /Rakefile
parentd3eff64d19c845dc947a2872644eb514058db762 (diff)
downloadrefinerycms-blog-e85535da5f01d3a5ddcf972efd73c422d26a8887.tar.gz
refinerycms-blog-e85535da5f01d3a5ddcf972efd73c422d26a8887.tar.bz2
refinerycms-blog-e85535da5f01d3a5ddcf972efd73c422d26a8887.zip
Refactor testing tasks out of this project and into refinerycms project
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0c5b448..b8c5ffe 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,7 +22,7 @@ end
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'
-load 'refinery/tasks/testing.rake'
+load 'refinerycms/tasks/testing.rake'
Bundler::GemHelper.install_tasks