When RSpec's `--bisect` flag is used, what problem does it solve?
-
A
Identifies the minimum set of examples that reproduces an order-dependent failure
-
B
Splits the test suite in half for parallel execution
-
C
Removes duplicate examples automatically
-
D
Bisects slow tests into smaller units