d22a345b65
Add .gitreview, Gemfile, .rubocop.yml, Berksfile, and Strainerfile. Fixed style errors. Added empty unit test so chef-unit passes until we get real unit tests. Change-Id: I7e34f46e56e14aa9897b7f7fcad545e9c723412c
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
# Strainerfile
|
|
rubocop: rubocop $SANDBOX/$COOKBOOK
|
|
knife test: knife cookbook test $COOKBOOK
|
|
foodcritic: foodcritic -f any -t ~FC003 -t ~FC023 $SANDBOX/$COOKBOOK
|
|
chefspec: rspec $SANDBOX/$COOKBOOK/spec
|