module ChefSpec::API::IncludeAnyRecipe

def include_any_recipe

Returns:
  • (ChefSpec::Matchers::IncludeAnyRecipeMatcher) -

Other tags:
    Example: Assert the Chef run did not include any recipes -
def include_any_recipe
  ChefSpec::Matchers::IncludeAnyRecipeMatcher.new
end