class RSpec::Core::ExampleStatusParser

def parse_row(line)

def parse_row(line)
  Hash[headers.zip(split_line(line))]
end