Pulling it All Together with Strainer - nshenry03/chef-repo GitHub Wiki

knife test: knife cookbook test $COOKBOOK
foodcritic: foodcritic -I foodcritic/* -f any $SANDBOX/$COOKBOOK
tailor:     tailor $(find $SANDBOX/$COOKBOOK -type f -name "*.rb")
kitchen:    kitchen test
strainer test postfix --except kitchen tailor foodcritic