We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9119b53 commit 0b2f867Copy full SHA for 0b2f867
Changelog.md
@@ -11,6 +11,11 @@ Enhancements:
11
(David Raffensperger, #2007)
12
* Add optional `example_finished` notification to the reporter protocol for
13
when you don't care about the example outcome. (Jon Rowe, #2013)
14
+* Switch `--bisect` to a recursion-based bisection algorithm rather than
15
+ a permutation-based one. This better handles cases where an example
16
+ depends upon multiple other examples instead of just one and minimizes
17
+ the number of runs necessary to determine that an example set cannot be
18
+ minimized further. (Simon Coffey, #1997)
19
20
### 3.3.1 / 2015-06-18
21
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.0...v3.3.1)
0 commit comments