Add format documentation to Strainer file for better output

Change-Id: Ib372c537d69b7a5485f7e5f6dbe21a7fe6e67dab
This commit is contained in:
Mark Vanderwiel 2014-07-22 11:50:53 -05:00
parent 3b04934037
commit fdb5f26af0
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