Skip to content

Instantly share code, notes, and snippets.

@danielsdeleo
Created September 2, 2009 23:56
Show Gist options
  • Select an option

  • Save danielsdeleo/180045 to your computer and use it in GitHub Desktop.

Select an option

Save danielsdeleo/180045 to your computer and use it in GitHub Desktop.
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