class ChefSpec::ChefFormatter

def library_file_load_failed(path, exception)

Called when a library file has an error on load.
def library_file_load_failed(path, exception)
  file_load_failed(path, exception)
end