class RSpecJUnitFormatter

def duration_for(example)

def duration_for(example)
  example.execution_result[:run_time]
end