Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 724 Bytes

TESTING.md

File metadata and controls

33 lines (23 loc) · 724 Bytes

Testing

Testing of this cookbook is done with the following tools:

Prerequisites

Unit Tests

The default rake task will run foodcritic, chefspec, and rubocop:

bundle install
bundle exec berks
bundle exec rake

Integration Tests

These will run against multiple platforms listed in .kitchen.yml and use InSpec for verification.

kitchen test