Exception: RSpec::Core::Bisect::BisectFailedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/bisect/utilities.rb

Class Method Summary collapse

Class Method Details

.for_failed_spec_run(spec_output) ⇒ Object



9
10
11
12
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/bisect/utilities.rb', line 9

def self.for_failed_spec_run(spec_output)
  new("Failed to get results from the spec run. Spec run output:\n\n" +
      spec_output)
end