Class: TurboTests::Flaky::FlakyDetectorFormatter
- Inherits:
-
RSpec::Core::Formatters::BaseFormatter
- Object
- RSpec::Core::Formatters::BaseFormatter
- TurboTests::Flaky::FlakyDetectorFormatter
- Defined in:
- lib/turbo_tests/flaky/flaky_detector_formatter.rb
Instance Method Summary collapse
Instance Method Details
#dump_failures(notification) ⇒ Object
8 9 10 |
# File 'lib/turbo_tests/flaky/flaky_detector_formatter.rb', line 8 def dump_failures(notification) Manager.remove_example(notification.failed_examples) end |