class ChefSpec::ChefFormatter

def definition_file_load_failed(path, exception)

Called when a resource definition file fails to load
def definition_file_load_failed(path, exception)
  file_load_failed(path, exception)
end