For easier testing before committing a change to review, it'd be nicer to have the Strainer tests in line with what happens on openstack-infra. Change-Id: Ie025ebd300632af39090d5b180cf9f09e775c237
6 lines
250 B
Plaintext
6 lines
250 B
Plaintext
# 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
|