Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-minitest
From: Takahiro Kambe
Date: 2024-12-09 14:47:16
Message id: 20241209134716.79CC2FC1C@cvs.NetBSD.org
Log Message:
devel/ruby-minitest: update to 5.25.4
5.25.2 (2024-11-21)
4 bug fixes:
* Include class name in spec name. (thomasmarshall)
* Fixed redefining object_id warning from ruby 3.4. (mattbrictson)
* Minitest top-level namespace no longer includes entire contents of
README.rdoc. Too much!
* Refactored spec's describe to more cleanly determine the superclass and
name
5.25.3 (2024-12-03)
5 bug fixes:
* Fixed assert_mock to fail instead of raise on unmet mock expectations.
* Fixed assert_mock to take an optional message argument.
* Fixed formatting of unmet mock expectation messages.
* Fixed missing must_verify expectation to match assert_mock.
* minitest/pride: Fixed to use true colors with *-direct terminals (bk2204)
5.25.4 (2024-12-03)
1 bug fix:
* Fix for must_verify definition if only requiring minitest/mock (but why?).
Files: