class ChefSpec::ChefFormatter

def recipe_file_load_failed(path, exception)

Called after a recipe file fails to load
def recipe_file_load_failed(path, exception)
  file_load_failed(path, exception)
end