Skip to content

Instantly share code, notes, and snippets.

@swade1987
Created March 1, 2016 12:05
Show Gist options
  • Save swade1987/db07542b280014a41488 to your computer and use it in GitHub Desktop.
Save swade1987/db07542b280014a41488 to your computer and use it in GitHub Desktop.
running rspec
Stevens-MacBook-Pro:core-cookbook stevenwade$ rspec
F
Failures:
1) core::default should include the chocolatey recipe by default
Failure/Error: let (:chef_run) { ChefSpec::ChefRunner.new.converge('core::default') }
NameError:
uninitialized constant ChefSpec::ChefRunner
# ./spec/unit/recipes/default_spec.rb:10:in `block (2 levels) in <top (required)>'
# ./spec/unit/recipes/default_spec.rb:12:in `block (2 levels) in <top (required)>'
Finished in 0.18788 seconds (files took 1.6 seconds to load)
1 example, 1 failure
Failed examples:
rspec ./spec/unit/recipes/default_spec.rb:11 # core::default should include the chocolatey recipe by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment