class ChefSpec::Matchers::IncludeAnyRecipeMatcher

def run_list_recipes

Returns:
  • (Array) -
def run_list_recipes
  @runner.run_context.node.run_list.run_list_items.map { |x| with_default(x.name) }
end