Created
February 23, 2016 17:31
-
-
Save swade1987/5e5db63dc3236a90a03e to your computer and use it in GitHub Desktop.
rake failure
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: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