Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-minitest
From: Takahiro Kambe
Date: 2020-01-16 16:35:43
Message id: 20200116153543.3587EFBF4@cvs.NetBSD.org
Log Message:
devel/ruby-minitest: update to 5.14.0
Update ruby-minitest to 5.14.0.
=== 5.14.0 / 2020-01-11
* 2 minor enhancements:
* Block-assertions (eg assert_output) now error if raised inside the block. \
(casperisfine)
* Changed assert_raises to only catch Assertion since that covers Skip and friends.
* 3 bug fixes:
* Added example for value wrapper with block to Expectations module. (stomar)
* Fixed use of must/wont_be_within_delta on Expectation instance. (stomar)
* Renamed UnexpectedError#exception to #error to avoid problems with \
reraising. (casperisfine)
Files: