Hi,
test-unit 2.5.1 has been released.
Web: http://test-unit.rubyforge.org/#test-unit
Install: gem install test-unit
Description:
test-unit is an improved version of Test::Unit bundled in
Ruby 1.8.x.
Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit
bundled in Ruby 1.8.x had not been improved but unbundled
Test::Unit (test-unit) is improved actively.
About this release:
test-unit 2.4.9 and 2.5.0 have a bug that expected value and
actual value are not displayed in some cases. I recommend
that 2.4.9 and 2.5.0 users upgrade to 2.5.1.
Changes:
http://test-unit.rubyforge.org/test-unit/en/file.news.html#2-5-1
h2(#2-5-1). 2.5.1 - 2012-07-05
It’s a bug fix release.
h3. Improvements
- Supported installing from GitHub.
[GitHub#29] [Suggested by Michael Grosser] - Supported ActiveSupport::TestCase.
[GitHub#30] [Reported by Michael Grosser] - [ui][console] Improved multiline falut message display.
h3. Fixes
- [ui][console] Fixed a bug that expected and actual values are
empty.
[GitHub#31][GitHub#33]
[Reported by Kendall B.][Reported by Mathieu Martin]
[Hinted by Michael Grosser] - Fixed a bug that .gemspec can’t be loaded on LANG=C.
[RubyForge#29595] [Reported by Jean-Denis Koeck]
h3. Thanks
- Michael Grosser
- Kendall B.
- Mathieu Martin
- Jean-Denis Koeck
Thanks,