jbarnette (owner)

Revisions

gist: 190852 Download_button fork
public
Public Clone URL: git://gist.github.com/190852.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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'