Gemfile in oats-0.0.6 vs Gemfile in oats-0.0.7
- old
+ new
@@ -9,10 +9,9 @@
ENV['OATS_TESTS'] = File.expand_path('oats_tests', File.dirname(__FILE__) )
puts "Undefined OATS_TESTS Environment variable, assuming: " + ENV['OATS_TESTS']
end
test_gemfile = $oats_execution['options'][ "_:gemfile"] if $oats_execution and $oats_execution['options']
test_gemfile ||= ENV['OATS_TESTS'] + '/Gemfile'
- puts "AUT Gemfile :" + test_gemfile
if File.exist?(test_gemfile)
puts "Including AUT Gemfile: " + test_gemfile
eval(IO.read(test_gemfile), binding)
end