cookbook-monasca-agent/Strainerfile
Craig Bryant f7fe1e5744 Get initial build to work.
Add .gitreview, Gemfile, .rubocop.yml, Berksfile, Strainerfile

Fixed style and lint errors.

Added empty unit test so chef-unit passes until we get real unit tests

Change-Id: I8f2e48782a5289c82b0d4fc147d95f637be046c6
2014-07-16 18:16:19 -06:00

6 lines
202 B
Plaintext

# Strainerfile
rubocop: rubocop $SANDBOX/$COOKBOOK
knife test: knife cookbook test $COOKBOOK
foodcritic: foodcritic -f any -t ~FC003 -t ~FC023 $SANDBOX/$COOKBOOK
chefspec: rspec $SANDBOX/$COOKBOOK/spec