Add format documentation to Strainer file for better output

Change-Id: Idac91944f62d9bc888290ccf1026b0d7d9de62b7
This commit is contained in:
Mark Vanderwiel
2014-07-22 11:59:46 -05:00
parent 68974f45cd
commit bdc96e6d4f

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