diff --git a/README.md b/README.md index 38869f0..c4130f1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ There are no additional limitations on environment. You can use it with any kind * `node["simple_cuke"]["suite_path"]` - Location for the test suite on the target node (`/var/chef/handlers/suite` by default) * `node["simple_cuke"]["reporter"]` - Reporter which would be used to notify you results of tests. +* `node["simple_cuke"]["cookbooks"]` - Array of cookbooks which have supplied tests ## Usage diff --git a/metadata.rb b/metadata.rb index c804946..9b6bdbe 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,5 +4,5 @@ license "MIT" description "Provides dead simple ability to test and verify setup after chef-client run" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "0.0.2" +version "0.0.3" depends "chef_handler" \ No newline at end of file