Merge "Add format documentation to Strainer file for better output"

This commit is contained in:
Jenkins 2014-07-23 08:50:15 +00:00 committed by Gerrit Code Review
commit aa2b638a8f
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
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
chefspec: rspec --format documentation $SANDBOX/$COOKBOOK/spec