Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 576 Bytes

TESTING.md

File metadata and controls

25 lines (13 loc) · 576 Bytes

Testing the cookbook

Contributions to this cookbook will only be accepted if all tests pass successfully.

Setting up the test environment

Install the latest stable version of ChefDK. You'll need Vagrant and VirtualBox for running integration tests.

## Running tests

Style checks

chef exec rake style

Unit tests

chef exec rake unit

## Integration tests

chef exec rake integration

## All checks/tests

chef exec rake