Add format documentation to Strainer file for better output

Change-Id: I54dffb4d2f7bf2be59f035bc23915424d3e0960f
This commit is contained in:
Mark Vanderwiel
2014-07-22 11:55:24 -05:00
parent 6a8463ff0a
commit b36ad6c69f

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