Class: RSpec::Core::Bisect::Coordinator

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec/core/bisect/coordinator.rb

Overview

The main entry point into the bisect logic. Coordinates among:

  • Bisect::ShellCommand: Generates shell commands to run spec subsets
  • Bisect::ExampleMinimizer: Contains the core bisect logic.
  • A bisect runner: runs a set of examples and returns the results.
  • A bisect formatter: provides progress updates to the user.