Class: ParallelTests::RSpec::SummaryLogger
- Inherits:
-
LoggerBase
- Object
- RSpec::Core::Formatters::BaseTextFormatter
- LoggerBase
- ParallelTests::RSpec::SummaryLogger
- Defined in:
- lib/parallel_tests/rspec/summary_logger.rb
Instance Method Summary collapse
Methods inherited from LoggerBase
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 |