module Kitchen::ChefUtilsWiring
Common Dependency Injection wiring for ChefUtils-related modules
Private Instance Methods
__config()
click to toggle source
# File lib/kitchen/chef_utils_wiring.rb, line 24 def __config # this would need to be some kind of Chef::Config looking thing, which probably requires # a translation object from t-k config to Chef::Config layout if that ever becomes necessary. # this ISNT the t-k config. {} end
__log()
click to toggle source
# File lib/kitchen/chef_utils_wiring.rb, line 31 def __log @logger end
__transport_connection()
click to toggle source
# File lib/kitchen/chef_utils_wiring.rb, line 35 def __transport_connection # this could be wired up to train at some point, but need to be careful because about local vs. remote # uses of helpers with test-kitchen, right now we're using it for local. end