class Utils::LineFormatter

def example_failed(example)

Parameters:
  • example (Object) -- the test example that failed
def example_failed(example)
  dump_failure_to_error_file(example)
  output.puts format_line(example)
  dump_failure(example)
end