cookbook-ceph/Strainerfile
Stephan Renatus 2c3d4d1941 Initialise testing tools
- add needed infrastructure (Gemfile, Berksfile)
- disabled two non-critical rubocop tests

To make use of these, run:

    bundle install
    bundle exec strainer test
2014-01-23 09:47:02 +01:00

6 lines
251 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