Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 429 Bytes

TESTING.md

File metadata and controls

31 lines (19 loc) · 429 Bytes

Testing

Preparation

$ bundle install

And then, to install all cookbooks:

$ bundle exec berks install

Local

$ bundle exec strainer test

The above runs:

  • knife cookbook test tests
  • Food Critic lint
  • Chefspec tests

Chefspec tests (the interesting part) are in spec/.

Integration

$ bundle exec kitchen test

See .kitchen.yml and test/ directory for details.