Add ENGINE_ROOT constant to Rakefile for refinerycms-testing tasks
This commit is contained in:
parent
4ddc2b3754
commit
0de4fd9582
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -5,6 +5,7 @@ rescue LoadError
|
||||||
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
|
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
ENGINE_ROOT = File.dirname(__FILE__)
|
||||||
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
|
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
|
||||||
|
|
||||||
if File.exists?(APP_RAKEFILE)
|
if File.exists?(APP_RAKEFILE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue