chef / cheffish

Resources and tools for testing and interacting with Chef and Chef Server.
Apache License 2.0
38 stars 28 forks source link

Add empty? to Cheffish::MergedConfig #134

Closed josh-barker closed 5 years ago

josh-barker commented 6 years ago

chef-provisioning-vsphere is warning about using empty? on Cheffish::MergedConfig.

WARN: deprecated use of method_missing on a Cheffish::MergedConfig object at ...../.chefdk/gem/ruby/2.4.0/gems/chef-provisioning-vsphere-2.1.0/lib/chef/provisioning/vsphere_driver/driver.rb:59:in `deep_symbolize'

I think others may have the deprecation warning for using the same method.

Signed-off-by: Josh Barker josh.barker.developer@gmail.com