Class: RSpec::Rewind::FlakyReporter::NullReporter
- Inherits:
-
Object
- Object
- RSpec::Rewind::FlakyReporter::NullReporter
- Defined in:
- lib/rspec/rewind/flaky_reporter.rb
Instance Method Summary collapse
Instance Method Details
#close ⇒ Object
24 |
# File 'lib/rspec/rewind/flaky_reporter.rb', line 24 def close; end |
#flush ⇒ Object
22 |
# File 'lib/rspec/rewind/flaky_reporter.rb', line 22 def flush; end |
#record(_event) ⇒ Object
20 |
# File 'lib/rspec/rewind/flaky_reporter.rb', line 20 def record(_event); end |