Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 276 Bytes

TESTING.md

File metadata and controls

19 lines (12 loc) · 276 Bytes

Testing

Tests can be run with Rake:

Install dependencies

bundle install

Run Checkstyle & Specs

bundle exec rake

Cookstyle

bundle exec rake test:cookstyle

ChefSpec

bundle exec rake test:chefspec

Kitchen

bundle exec rake test:kitchen