From e85535da5f01d3a5ddcf972efd73c422d26a8887 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Wed, 3 Aug 2011 20:56:12 -0700 Subject: Refactor testing tasks out of this project and into refinerycms project --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') 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 -- cgit v1.2.3