Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Make wording more accurate. #2115

Merged
merged 1 commit into from
Nov 13, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/rspec/core/formatters/bisect_progress_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def bisect_dependency_check_passed(_notification)
end

def bisect_dependency_check_failed(_notification)
output.puts " failure is not order-dependent"
output.puts " failure(s) do not require any non-failures to run first"
end

def bisect_round_started(notification, include_trailing_space=true)
Expand Down
2 changes: 1 addition & 1 deletion spec/rspec/core/bisect/coordinator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def find_minimal_repro(output, formatter=Formatters::BisectProgressFormatter)
|Bisect started using options: ""
|Running suite to find failures... (n.nnnn seconds)
|Starting bisect with 1 failing example and 7 non-failing examples.
|Checking that failure(s) are order-dependent... failure is not order-dependent
|Checking that failure(s) are order-dependent... failure(s) do not require any non-failures to run first
|
|Bisect complete! Reduced necessary non-failing examples from 7 to 0 in n.nnnn seconds.
|
Expand Down