Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 399 Bytes

TESTING.md

File metadata and controls

19 lines (14 loc) · 399 Bytes

Testing

Unit Testing and Linting

docker-compose run --rm -e SKIP="AuthorName AuthorEmail" cookbook \
bash -c "overcommit --sign && overcommit -r && rspec"

Integration Testing

To run integration tests you need Chef Development Kit and Vagrant. After installing it, invoke:

kitchen converge
kitchen verify