Minitest and RSpec blog

Posts

Using RSpec bisecting to find the minimal reproducer

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

Minitest vs RSpec for testing Rails applications

## 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

© Test Driving Rails Blog