
12 Jul
2023
12 Jul
'23
3:46 a.m.
minitest-focus version 1.4.0 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.0 / 2023-07-11 * 1 minor enhancement: * Added --no-focus flag to disable focus and allow --name args to override.