Skip to content

Instantly share code, notes, and snippets.

@gondoi
Created January 13, 2014 21:37
Show Gist options
  • Save gondoi/8408652 to your computer and use it in GitHub Desktop.
Save gondoi/8408652 to your computer and use it in GitHub Desktop.
# 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