mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-09 13:00:16 +00:00
5 lines
197 B
Plaintext
5 lines
197 B
Plaintext
# Strainerfile
|
|
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
|