class RSpec::Core::ExampleStatusParser

def split_line(line)

def split_line(line)
  line.split(/\s+\|\s+?/, -1)
end