class ParallelTests::RSpec::RuntimeLogger
def example_passed(example)
def example_passed(example) file = example.location.split(':').first @example_times[file] += Time.now - @time end
def example_passed(example) file = example.location.split(':').first @example_times[file] += Time.now - @time end