Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-rspec-expectations
From: Takahiro Kambe
Date: 2024-09-18 17:22:55
Message id: 20240918152255.E8B77FC74@cvs.NetBSD.org
Log Message:
devel/ruby-rspec-expectations: update to 3.13.3
3.13.2 (2024-08-20)
Bug Fixes:
* When using null object doubles, prevent typos triggering dynamic matchers.
(Eric Mueller, #1455)
* Use RSpec.warning for an expectation warning rather than Kernel.warn.
(Jon Rowe, #1472)
* Prevent mismatched use of block and value matchers in compound
expectations. (Phil Pirozhkov, #1476)
* Raise an error when passing no arguments to the include matcher.
(Eric Mueller, #1479)
3.13.3 (2024-09-07)
Bug Fixes:
* Fix passing a regular expression to the include matcher without a count
constraint. (Jon Rowe, #1485)
Files: