class ChefCLI::Policyfile::CookbookLocationSpecification
def cookbook_has_recipe?(recipe_name)
def cookbook_has_recipe?(recipe_name) expected_path = cookbook_path.join("recipes/#{recipe_name}.rb") expected_path.exist? end
def cookbook_has_recipe?(recipe_name) expected_path = cookbook_path.join("recipes/#{recipe_name}.rb") expected_path.exist? end