cookbook-ceph/Strainerfile
Guilhem Lettron 1bc3a36bf2 Suppress usage of roles by using attributes
re-add FC023 and fix problem linked to it...
TODO: refactor provider client. Last failure come from this place
2014-02-06 11:17:03 +01:00

6 lines
241 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 $SANDBOX/$COOKBOOK
#chefspec: bundle exec rspec $SANDBOX/$COOKBOOK/spec