class ChefSpec::SoloRunner
def converge_block(&block)
-
(ChefSpec::SoloRunner)-
Parameters:
-
block(Proc) --
def converge_block(&block) converge do recipe = Chef::Recipe.new(cookbook_name, "_test", run_context) recipe.instance_exec(&block) end end