class RSpec::Core::Bisect::Server
def raise_bisect_failed(run_output)
def raise_bisect_failed(run_output) raise BisectFailedError, "Failed to get results from the spec " \ "run. Spec run output:\n\n#{run_output}" end
def raise_bisect_failed(run_output) raise BisectFailedError, "Failed to get results from the spec " \ "run. Spec run output:\n\n#{run_output}" end