Posted By: Kouhei Sutou
Date: 2009-07-21 17:26
Summary: test-unit 2.0.3 Released
Project: Test::Unit
test-unit version 2.0.3 has been released!
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:
### 2.0.3 / 2009-07-19
* 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ò]
* Thanks * Diego Pettenò * Daniel Berger * Angelo Lakra |
|