...

/

RSpec or Minitest Bisect

RSpec or Minitest Bisect

Learn how to bisect while using RSpec and Minitest.

RSpec and Minitest bisecting

Minitest and RSpec both have their own version of bisect, which solves a slightly different problem. Sometimes we’ll have a test failure caused by the order in which the tests are run. This usually means the tests aren’t completely isolated, and one test is ...