Created
September 2, 2009 23:56
-
-
Save danielsdeleo/180045 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) | |
| 'Chef::Node::Attribute each_key should yield each top level key, post merge rules' FAILED | |
| expected: "one", | |
| got: "snack" (using ==) | |
| ./spec/unit/node/attribute_spec.rb:587: | |
| 2) | |
| 'Chef::Node::Attribute each_value should yield each value, post merge rules' FAILED | |
| expected "cookies" to include "six" | |
| ./spec/unit/node/attribute_spec.rb:657: | |
| 3) | |
| 'Chef::Node::Attribute select should raise a LocalJumpError if no block is given' FAILED | |
| expected LocalJumpError but nothing was raised | |
| ./spec/unit/node/attribute_spec.rb:892: | |
| Finished in 15.990663 seconds | |
| 1615 examples, 3 failures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment