aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-08-03 22:25:41 -0700
committerJamie Winsor <jamie@enmasse.com>2011-08-03 22:25:41 -0700
commitc481c78afa3bfb82de679b46540152fb457f6ce3 (patch)
tree0bd8f2152ff907d2b6f98108545116c2295b6b55 /Rakefile
parente85535da5f01d3a5ddcf972efd73c422d26a8887 (diff)
downloadrefinerycms-blog-c481c78afa3bfb82de679b46540152fb457f6ce3.tar.gz
refinerycms-blog-c481c78afa3bfb82de679b46540152fb457f6ce3.tar.bz2
refinerycms-blog-c481c78afa3bfb82de679b46540152fb457f6ce3.zip
Require refinerycms-testing framework
Location of testing tasks changed
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b8c5ffe..0c5b448 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 'refinerycms/tasks/testing.rake'
+load 'refinery/tasks/testing.rake'
Bundler::GemHelper.install_tasks