Created
September 16, 2012 17:01
-
-
Save patcon/3733234 to your computer and use it in GitHub Desktop.
Proposed Strainer implementation
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
// ... Unchanged | |
script: | |
- mkdir cookbooks | |
- bundle exec strain $(ls -m cookbooks-override | tr -d ',') $(ls -m cookbooks-projects | tr -d ',') |
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
foodcritic: bundle exec foodcritic cookbooks*/$COOKBOOK -I test/support/foodcritic/* -t '~CINK001' -t '~FC011' -t '~FC031' --epic-fail '' | |
knife test: bundle exec knife cookbook test $COOKBOOK --config=test/support/knife.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment