Tests can be run with Rake:
bundle install
bundle exec rake
bundle exec rake test:foodcritic
bundle exec rake test:cookstyle
bundle exec rake test:chefspec
bundle exec rake test:kitchen
KITCHEN_YAML=.kitchen.docker.yml bundle exec rake test:kitchen
Tests can be run with Rake:
bundle install
bundle exec rake
bundle exec rake test:foodcritic
bundle exec rake test:cookstyle
bundle exec rake test:chefspec
bundle exec rake test:kitchen
KITCHEN_YAML=.kitchen.docker.yml bundle exec rake test:kitchen