Skip to content

Instantly share code, notes, and snippets.

@swade1987
Created February 23, 2016 15:50
Show Gist options
  • Save swade1987/8c12c169e839608e4e2b to your computer and use it in GitHub Desktop.
Save swade1987/8c12c169e839608e4e2b to your computer and use it in GitHub Desktop.
running rake
Stevens-MacBook-Pro:skeleton-cookbook stevenwade$ rake
Running RuboCop...
/Users/stevenwade/.rubocop.yml - AllCops/Excludes was renamed to AllCops/Exclude
Inspecting 10 files
..........
10 files inspected, no offenses detected
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -I/Library/Ruby/Gems/2.0.0/gems/rspec-support-3.4.1/lib:/Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/lib /Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb
/Library/Ruby/Gems/2.0.0/gems/chefspec-4.5.0/lib/chefspec/berkshelf.rb:4:in `rescue in <top (required)>': I could not load the 'Berkshelf' gem! You must have the gem installed (ChefSpec::Error::GemLoadError)
on your local system before you can use the berkshelf plugin.
You can install berkshelf by running:
gem install berkshelf
or add Berkshelf to your Gemfile and run the `bundle` command to install.
from /Library/Ruby/Gems/2.0.0/gems/chefspec-4.5.0/lib/chefspec/berkshelf.rb:1:in `<top (required)>'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Users/stevenwade/git/github/skeleton-cookbook/spec/spec_helper.rb:2:in `<top (required)>'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Users/stevenwade/git/github/skeleton-cookbook/spec/default_spec.rb:1:in `<top (required)>'
from /Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/lib/rspec/core/configuration.rb:1361:in `load'
from /Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/lib/rspec/core/configuration.rb:1361:in `block in load_spec_files'
from /Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/lib/rspec/core/configuration.rb:1359:in `each'
from /Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/lib/rspec/core/configuration.rb:1359:in `load_spec_files'
from /Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/lib/rspec/core/runner.rb:106:in `setup'
from /Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/lib/rspec/core/runner.rb:92:in `run'
from /Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/lib/rspec/core/runner.rb:78:in `run'
from /Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/lib/rspec/core/runner.rb:45:in `invoke'
from /Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/exe/rspec:4:in `<main>'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -I/Library/Ruby/Gems/2.0.0/gems/rspec-support-3.4.1/lib:/Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/lib /Library/Ruby/Gems/2.0.0/gems/rspec-core-3.4.3/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb failed
Stevens-MacBook-Pro:skeleton-cookbook stevenwade$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment