Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 416 Bytes

TESTING.md

File metadata and controls

24 lines (16 loc) · 416 Bytes

Testing

Tests can be run with Rake:

Install dependencies

bundle install

Run Checkstyle & Specs

bundle exec rake

Foodcritic

bundle exec rake test:foodcritic

Cookstyle

bundle exec rake test:cookstyle

ChefSpec

bundle exec rake test:chefspec

Kitchen

bundle exec rake test:kitchen

Kitchen in Docker

KITCHEN_YAML=.kitchen.docker.yml bundle exec rake test:kitchen