Created
January 13, 2014 21:37
-
-
Save gondoi/8408652 to your computer and use it in GitHub Desktop.
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
# Strainerfile | |
knife test: bundle exec knife cookbook test $COOKBOOK | |
rubocop: bundle exec rubocop $COOKBOOK | |
foodcritic: bundle exec foodcritic -f any $SANDBOX/$COOKBOOK | |
chefspec: bundle exec rspec $SANDBOX/$COOKBOOK/spec | |
kitchen: bundle exec kitchen test --destroy=always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment