31 Dec
2025
31 Dec
'25
6:18 p.m.
minitest-focus version 1.4.1 has been released! * home: <https://github.com/seattlerb/minitest-focus> * rdoc: <http://docs.seattlerb.org/minitest-focus> Allows you to focus on a few tests with ease without having to use command-line arguments. Good for tools like guard that don't have enough brains to understand test output. Cf. minitest-autotest (an example of a test runner with strong testing logic). Inspired by https://github.com/seattlerb/minitest/issues/213 Changes: ### 1.4.1 / 2025-12-31 * 4 bug fixes: * MT6: Load focus plugin if minitest/focus is required. (mattbrictson) * Loosened the minitest dependency to include MT6. * Dropped MT4. * MT6: Minor option processing fixes.