class ParallelTests::Gherkin::RuntimeLogger
def after_features(*args)
def after_features(*args) lock_output do @io.puts @example_times.map { |file, time| "#{file}:#{time}" } end end
def after_features(*args) lock_output do @io.puts @example_times.map { |file, time| "#{file}:#{time}" } end end