summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/webapp/README.md
blob: 5c55542cbf015fac71c2845f913f0929d2d1a92e (plain)
1
2
3
4
5
6
7
8
9
10
# webapp

This cookbook has some basic recipes to test audit mode.

In order to run these tests on your dev box:

```
$ bundle install
$ bundle exec chef-client -c kitchen-tests/.chef/client.rb -z -o audit_test::default
```