Class: ParallelTests::RSpec::SummaryLogger

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

Constant Summary

Constants inherited from LoggerBase

LoggerBase::RSPEC_1, LoggerBase::RSPEC_2, LoggerBase::RSPEC_3

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_failure(*args) ⇒ Object



9
10
11
12
# File 'lib/parallel_tests/rspec/summary_logger.rb', line 9

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

#dump_failures(*args) ⇒ Object



14
15
16
17
# File 'lib/parallel_tests/rspec/summary_logger.rb', line 14

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