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,
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,