class ChefSpec::ChefFormatter

def recipe_not_found(exception)

Called when a recipe cannot be resolved
def recipe_not_found(exception)
  expecting_exception(exception) do
    description = Chef::Formatters::ErrorMapper.file_load_failed(nil, exception)
    display_error(description)
  end
end