summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-11-20 17:56:14 -0800
committerSerdar Sutay <serdar@opscode.com>2014-11-20 17:56:14 -0800
commita22be79c4e75edd8c92b00078c104f0bb3fdb602 (patch)
tree05d0a3b622080627c185d75ac883eb411973de85
parentd7e87a67b3797e923e544275aca2709d34954281 (diff)
downloadchef-a22be79c4e75edd8c92b00078c104f0bb3fdb602.tar.gz
Instructions on running audit mode examples.
-rw-r--r--kitchen-tests/cookbooks/audit_test/README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/kitchen-tests/cookbooks/audit_test/README.md b/kitchen-tests/cookbooks/audit_test/README.md
index 31fb97a12d..ea253a6213 100644
--- a/kitchen-tests/cookbooks/audit_test/README.md
+++ b/kitchen-tests/cookbooks/audit_test/README.md
@@ -1,4 +1,10 @@
-# audit_test
+# audit_test cookbook
-TODO: Enter the cookbook description here.
+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
+```