Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 320 Bytes

TESTING.md

File metadata and controls

21 lines (14 loc) · 320 Bytes

Testing

Tests can be run with Rake:

Install dependencies

bundle install

Run Checkstyles

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