Description
Speeds up Ruby test/unit debugging by targeting tests from a file and line number. It is useful when a developer wants to repeat one failing example quickly instead of starting the whole test suite each time.
Targeted runs do not prove the full project is healthy. Use them for debugging, then run the broader suite before trusting the change.