mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Don't warn me if I'm not using bundler to run tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user