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

Fixed style errors.

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

Change-Id: I59d8567111c387b25dc215dc1309f03a1516ce3d
2014-07-17 10:06:12 -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