ecbc63f7a7
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)
14 lines
345 B
Makefile
14 lines
345 B
Makefile
# $NetBSD: Makefile,v 1.20 2020/01/16 15:35:43 taca Exp $
|
|
|
|
DISTNAME= minitest-5.14.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/seattlerb/minitest
|
|
COMMENT= Complete suite of testing facilities for Ruby
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|