pkgsrc/devel/ruby-test-unit/Makefile
taca 5969d08b3e Update ruby-test-unit to 2.5.3.
2.5.3:

It's an release for minitest compatibility and bug fix.

Improvements

* Supported diff in invalid encoding.
* Added some assersion methods just for minitest compatibility. Added methods
  are assert_includes(), refute_*() and refute(). If you are test-unit user,
  please don't use them. [GitHub#40] [Suggested by Michael Grosser]
* Added --attribute option to select target tests by attribute.
  [test-unit-users-en:00098] [Suggested by Piotr Nestorow]

Fixes

* Allowed use of test for inheritance in
  ActionController::TestCase. [GitHub#42] [Patch by David Rasch]
* Ensured evaluating at_exist block in top level. In IRB context, exit()
  specifies irb_exit(). [test-unit-users-en:00089] [Reported by Daniel Berger]
* Fixed a bug that decoration style description is ignored. "decoration style
  description" are using description method above "def test_name" or with
  Symbol specifying test_name. [GitHub#45] [Reported by Piotr Nestorow]

Thanks

* Michael Grosser
* David Rasch
* Daniel Berger
* Piotr Nestorow
2012-12-16 16:51:26 +00:00

12 lines
310 B
Makefile

# $NetBSD: Makefile,v 1.11 2012/12/16 16:51:26 taca Exp $
DISTNAME= test-unit-2.5.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://test-unit.rubyforge.org/
COMMENT= Improved version of Test::Unit
LICENSE= ruby-license
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"