Index: head/devel/rubygem-test-unit/pkg-descr =================================================================== --- head/devel/rubygem-test-unit/pkg-descr (revision 399585) +++ head/devel/rubygem-test-unit/pkg-descr (revision 399586) @@ -1,7 +1,8 @@ -Test::Unit 2.x - Improved version of Test::Unit bundled -in Ruby 1.8.x. Ruby 1.9.x bundles minitest not Test::Unit. +An xUnit family unit testing framework for Ruby. -Test::Unit bundled in Ruby 1.8.x had not been improved but -unbundled Test::Unit (Test::Unit 2.x) will be improved actively. +Test::Unit (test-unit) is unit testing framework for Ruby, based on xUnit +principles. These were originally designed by Kent Beck, creator of extreme +programming software development methodology, for Smalltalk's SUnit. It allows +writing tests, checking results and automated testing in Ruby. -WWW: http://rubygems.org/gems/test-unit/ +WWW: https://github.com/test-unit/test-unit/