Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 742 Bytes

File metadata and controls

29 lines (20 loc) · 742 Bytes

generated_cookbook

TODO: Enter the cookbook description here.

Usage

TODO: Describe how users are intended to use this cookbook. That might be an explanation of recipes to include on a run list or how to make use of provided libraries / custom resources.

Testing

Chefspec unit tests and Test Kitchen integration tests are included.

# install gem dependencies
bundle
# unit tests
bundle exec rspec
# integration tests with kitchen-vagrant
bundle exec kitchen test

Contributing

Issues and pull requests are appreciated!

  1. Fork the repo
  2. Create a branch with an intuitive name (some-bug-fix, some-feature)
  3. Add or update relevant tests (chefspec, test-kitchen)
  4. Create a pull request back to this repo