Skip to content

Instantly share code, notes, and snippets.

@swade1987
Created February 23, 2016 17:31
Show Gist options
  • Save swade1987/5e5db63dc3236a90a03e to your computer and use it in GitHub Desktop.
Save swade1987/5e5db63dc3236a90a03e to your computer and use it in GitHub Desktop.
rake failure
Stevens-MacBook-Pro:skeleton-cookbook stevenwade$ bundle exec rake test
>>>>> Kitchen gem not loaded, omitting tasks
Running RuboCop...
/Users/stevenwade/.rubocop.yml - AllCops/Excludes was renamed to AllCops/Exclude
Inspecting 10 files
.....W....
Offenses:
recipes/default.rb:21:10: W: Lint/SpaceBeforeFirstArg: Put space between the method name and the first argument.
log weqwe"replace this with a meaningful resource"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10 files inspected, 1 offense detected
RuboCop 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