[ANN] test-unit 2.0.3

K

Kouhei Sutou

Hi,

test-unit 2.0.3 has been released:
http://test-unit.rubyforge.org/

Install:
% sudo gem install test-unit

Description:
Test::Unit 2.x - Improved version of Test::Unit bundled in
Ruby 1.8.x.

Ruby 1.9.x bundles miniunit not Test::Unit. Test::Unit
bundled in Ruby 1.8.x had not been improved but unbundled
Test::Unit (Test::Unit 2.x) will be improved actively.

Changes:

* 6 major enhancements
* add assert_predicate.
* add assert_not_predicate.
* [#24210] assert_kind_of supports an array of classes or modules.
[Daniel Berger]
* assert_instance_of supports an array of classes or modules.
* add --default-priority option.
* [#26627] add --order option. [Daniel Berger]

* 4 minor enhancements
* use yellow foreground + black background for error.
* don't show diff for long string.
* accept "*term-color" TERM environment as colorizable terminal.
(e.g. Apple's Terminal)
* [#26268] add a workaround for test-spec's after_all. [Angelo Lakra]=


* 1 bug fix
* [#23586] re-support ruby 1.9.1. [Diego Petten=F2]

* Thanks
* Diego Petten=F2
* Daniel Berger
* Angelo Lakra


Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top