class ChefSpec::SoloRunner
def calling_cookbook_path(options, kaller)
-
(String)-
Parameters:
-
kaller(Array) -- -
options(Hash) --
def calling_cookbook_path(options, kaller) File.expand_path(File.join(calling_cookbook_root(options, kaller), "..")) end