Sha256: d836bbb56ba02738767d6bdb23c6f7546020f3d63ce82a9969aa99572732acbb
Contents?: true
Size: 655 Bytes
Versions: 4
Compression:
Stored size: 655 Bytes
Contents
source 'http://rubygems.org' unless defined?(OATS_GEM_IS_ALREADY_INCLUDED) OATS_GEM_IS_ALREADY_INCLUDED = true gemspec # Include Gemfile from dir_tests unless ENV['OATS_TESTS'] 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' if File.exist?(test_gemfile) puts "Including AUT Gemfile: " + test_gemfile eval(IO.read(test_gemfile), binding) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
oats-0.1.0 | Gemfile |
oats-0.0.9 | Gemfile |
oats-0.0.8 | Gemfile |
oats-0.0.7 | Gemfile |