$ bundle install
And then, to install all cookbooks:
$ bundle exec berks install
$ bundle exec strainer test
The above runs:
knife cookbook test
tests- Food Critic lint
- Chefspec tests
Chefspec tests (the interesting part) are in spec/
.
$ bundle exec kitchen test
See .kitchen.yml
and test/
directory for details.