From 0de4fd9582b4ee0f83172cb736c509f839dcbc3b Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Wed, 26 Oct 2011 13:50:26 -0700 Subject: Add ENGINE_ROOT constant to Rakefile for refinerycms-testing tasks --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 8b8cb49..5adcafe 100644 --- a/Rakefile +++ b/Rakefile @@ -5,6 +5,7 @@ rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end +ENGINE_ROOT = File.dirname(__FILE__) APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) if File.exists?(APP_RAKEFILE) -- cgit v1.2.3