Class: RSpec::Core::Bisect::ForkRunner::CaptureFormatter

Inherits:
Formatters::BaseBisectFormatter show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/bisect/fork_runner.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Formatters::BaseBisectFormatter

#example_failed, #example_finished, inherited, #initialize, #start_dump

Constructor Details

This class inherits a constructor from RSpec::Core::Formatters::BaseBisectFormatter

Instance Attribute Details

#resultsObject

Returns the value of attribute results.



132
133
134
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/bisect/fork_runner.rb', line 132

def results
  @results
end