Class: ParallelTests::RSpec::SummaryLogger

Inherits:
LoggerBase
  • Object
show all
Defined in:
lib/parallel_tests/rspec/summary_logger.rb

Instance Method Summary collapse

Methods inherited from LoggerBase

#close, #initialize

Constructor Details

This class inherits a constructor from ParallelTests::RSpec::LoggerBase

Instance Method Details

#dump_failures(*args) ⇒ Object



7
8
9
10
# File 'lib/parallel_tests/rspec/summary_logger.rb', line 7

def dump_failures(*args)
  lock_output { super }
  @output.flush
end