chef / chef-vault-testfixtures

provides an RSpec shared context for testing Chef cookbooks that use chef-vault
Apache License 2.0
7 stars 10 forks source link

Add compat with chef-vault cookbook helper ~> 1.3 #8

Closed jf647 closed 9 years ago

jf647 commented 9 years ago

add stubs for Chef::DataBagItem.load and Chef::DataBag.load for compatibility with code that probes the data bag to determine if it is a vault (e.g. chef-vault cookbook ~> 1.3) Version bump to 0.4.0

dougireton commented 9 years ago

Looks good