Add format documentation to Strainer file for better output

Change-Id: I8cc6a9ebe20f7a3d711e4f8aace67f3576e73074
This commit is contained in:
Mark Vanderwiel 2014-07-22 11:52:42 -05:00
parent 8f63ffb26e
commit 4f6595941d
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