svn commit: r399586 - head/devel/rubygem-test-unit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:10:05 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:10:03 2015
New Revision: 399586
URL: https://svnweb.freebsd.org/changeset/ports/399586

Log:
  - Update pkg-descr
  - Update WWW

Modified:
  head/devel/rubygem-test-unit/pkg-descr

Modified: head/devel/rubygem-test-unit/pkg-descr
==============================================================================
--- head/devel/rubygem-test-unit/pkg-descr	Sat Oct 17 18:09:59 2015	(r399585)
+++ head/devel/rubygem-test-unit/pkg-descr	Sat Oct 17 18:10:03 2015	(r399586)
@@ -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/


More information about the svn-ports-all mailing list