
7 Feb
2023
7 Feb
'23
2:29 a.m.
minitest-allow version 1.2.3 has been released! * home: <https://github.com/seattlerb/minitest-allow> * rdoc: <http://docs.seattlerb.org/minitest-allow> Allows you to provide an exclusion list of allowed failures/errors. Failures and errors on this list still get run and reported as usual, but do not cause a non-zero exit code. This enables you to have a green CI with against a list of known bad tests. Changes: ### 1.2.3 / 2023-02-06 * 1 bug fix: * Treat empty allow file (in yaml, nil) as empty array.