class ParallelTests::RSpec::FailuresLogger

def dump_summary(*args)

def dump_summary(*args)
  lock_output do
    notification = args.first
    unless notification.failed_examples.empty?
      colorizer = ::RSpec::Core::Formatters::ConsoleCodes
      output.puts notification.colorized_rerun_commands(colorizer)
    end
  end
  @output.flush
end