Don't warn me if I'm not using bundler to run tests

This commit is contained in:
Joshua Peek
2009-11-09 22:51:48 -06:00
parent 94058c689a
commit a31ecff554

View File

@@ -2,7 +2,6 @@ root = File.expand_path('../../..', __FILE__)
begin
require "#{root}/vendor/gems/environment"
rescue LoadError
$stderr.puts "Missing bundled environment, continuing: #{$!}"
$:.unshift "#{root}/activesupport/lib"
$:.unshift "#{root}/activemodel/lib"
end