[COOK-1792] - add minitest-chef tests

* Create minitest-chef tests
* Also use better style (don't specify action if its the default, use
  5 digit modes, update notification syntax)
This commit is contained in:
jtimberman
2012-10-20 20:41:00 -06:00
parent 99a240edf2
commit d2f29085a3
13 changed files with 342 additions and 27 deletions

View File

@@ -1,3 +1,7 @@
cookbook "postfix" do
runtimes []
configuration "default"
configuration "aliases"
configuration "client"
configuration "server"
configuration "sasl_auth"
end