Add format documentation to Strainer file for better output

Change-Id: I37d764c102ab7b0baadb3b52d626a119578e557d
This commit is contained in:
Mark Vanderwiel 2014-07-22 12:02:27 -05:00
parent 626417a9cc
commit 891092fb2f
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 $SANDBOX/$COOKBOOK
chefspec: rspec $SANDBOX/$COOKBOOK/spec
chefspec: rspec --format documentation $SANDBOX/$COOKBOOK/spec