Fix Strainerfile

Change-Id: Ibabb328354b4204db1e15097cfb834a685b799ac
Implements: blueprint per-repo-tests
This commit is contained in:
Stephan Renatus 2014-06-05 17:04:58 +02:00
parent 285a8467ab
commit 9c2f1629c5
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Strainerfile
rubocop: bundle exec rubocop $SANDBOX/$COOKBOOK
knife test: bundle exec knife cookbook test $COOKBOOK
foodcritic: bundle exec foodcritic -f any -t ~FC003 -t ~FC023 $SANDBOX/$COOKBOOK
chefspec: bundle exec rspec $SANDBOX/$COOKBOOK/spec
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