Created
March 1, 2016 12:05
-
-
Save swade1987/db07542b280014a41488 to your computer and use it in GitHub Desktop.
running rspec
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
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