1)
'Bundler::Environment only requires gems specific to the requested environment' FAILED
expected: "nil",
got: "" (using ==)
/Users/jbarnette/work/bundler/spec/bundler/environment_spec.rb:31:in `block (3 levels) in <top (required)>'
/Users/jbarnette/work/bundler/spec/bundler/environment_spec.rb:25:in `chdir'
/Users/jbarnette/work/bundler/spec/bundler/environment_spec.rb:25:in `block (2 levels) in <top (required)>'
/opt/local/lib/ruby1.9/1.9.1/timeout.rb:44:in `timeout'
2)
'Bundler::Environment runtime it does not work with system gems if system gems have been disabled' FAILED
expected: "WIN",
got: "" (using ==)
/Users/jbarnette/work/bundler/spec/bundler/manifest_spec.rb:162:in `block (3 levels) in <top (required)>'
/opt/local/lib/ruby1.9/1.9.1/timeout.rb:44:in `timeout'
3)
'Bundler runtime with environments only requires gems in the environments they are exclusive to' FAILED
expected: "nil\nnil\nconstant",
got: "constant" (using ==)
/Users/jbarnette/work/bundler/spec/bundler/runtime_spec.rb:84:in `block (3 levels) in <top (required)>'
/opt/local/lib/ruby1.9/1.9.1/timeout.rb:44:in `timeout'
4)
'Bundler runtime with environments does not require gems in environments that they are excluded from' FAILED
expected: "nil\nconstant",
got: "constant" (using ==)
/Users/jbarnette/work/bundler/spec/bundler/runtime_spec.rb:99:in `block (3 levels) in <top (required)>'
/opt/local/lib/ruby1.9/1.9.1/timeout.rb:44:in `timeout'