Minitest and RSpec blog
Posts
Sometimes, code breaks in a way we don't even know where to start fixing. The time when tests are unpredictable and flaky. This is where **RSpec bisecting** comes to save the day by finding the minima
## About Minitest
**Minitest** is a lightweight, simple-to-use testing framework for Ruby. It provides a fast and straightforward way to write unit and integration tests. Minitest emphasizes simplici