Contributions to this cookbook will only be accepted if all tests pass successfully.
Install the latest stable version of ChefDK. You'll need Vagrant and VirtualBox for running integration tests.
## Running tests
chef exec rake style
chef exec rake unit
## Integration tests
chef exec rake integration
## All checks/tests
chef exec rake