- Update pkg-descr

- Update WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-17 18:10:03 +00:00
parent 26e54b37a3
commit 24018ae633
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399586

View file

@ -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/