Class: RSpec::Core::Formatters::BisectDRbFormatter

Inherits:
BaseBisectFormatter
  • Object
show all
Defined in:
lib/rspec/core/formatters/bisect_drb_formatter.rb

Overview

Used by --bisect. When it shells out and runs a portion of the suite, it uses this formatter as a means to have the status reported back to it, via DRb.

Note that since DRb calls carry considerable overhead compared to normal method calls, we try to minimize the number of DRb calls for perf reasons, opting to communicate only at the start and the end of the run, rather than after each example.