Add ENGINE_ROOT constant to Rakefile for refinerycms-testing tasks

This commit is contained in:
Jamie Winsor 2011-10-26 13:50:26 -07:00
parent 4ddc2b3754
commit 0de4fd9582

View file

@ -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)