Description
Speeds up Minitest feedback and makes individual failures easier to rerun. It is useful during development when a developer wants to focus on the failing example instead of repeatedly scanning the whole suite.
Fast reruns are a debugging aid, not a release gate. Run the complete suite after fixing the targeted failure, especially when shared setup or ordering may matter.