aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-10-26 13:50:26 -0700
committerJamie Winsor <jamie@enmasse.com>2011-10-26 13:50:26 -0700
commit0de4fd9582b4ee0f83172cb736c509f839dcbc3b (patch)
treed32491ca38bf1bc3ba055d169363ba7d51628cb1 /Rakefile
parent4ddc2b3754746bf21485e6fff5ca2bebc6aa47fe (diff)
downloadrefinerycms-blog-0de4fd9582b4ee0f83172cb736c509f839dcbc3b.tar.gz
refinerycms-blog-0de4fd9582b4ee0f83172cb736c509f839dcbc3b.tar.bz2
refinerycms-blog-0de4fd9582b4ee0f83172cb736c509f839dcbc3b.zip
Add ENGINE_ROOT constant to Rakefile for refinerycms-testing tasks
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
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)