Files
cookbook-openstack-block-st…/Strainerfile
Stephan Renatus b976026bec Adapt Strainerfile to gate jobs
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
2014-05-26 14:06:42 +02:00

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