Skip to content

Instantly share code, notes, and snippets.

@misterdorm
Created January 14, 2016 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misterdorm/212c984d933e4bb52746 to your computer and use it in GitHub Desktop.
Save misterdorm/212c984d933e4bb52746 to your computer and use it in GitHub Desktop.
Failures:
1) Puppet::Provider::Nova when searching for a host/type combo with cells enabled should find the hostname if there is a match
Failure/Error: klass.expects(:auth_nova).returns(output)
Mocha::ExpectationError:
not all expectations were satisfied
unsatisfied expectations:
- expected exactly once, not yet invoked: Puppet::Provider::Nova.auth_nova(any_parameters)
satisfied expectations:
- allowed any number of times, not yet invoked: #<Puppet::Util::Feature:0x7fbd8a129c48>.root?(any_parameters)
# ./spec/unit/provider/nova_spec.rb:443:in `block (3 levels) in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment