Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 18:10:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399586 - head/devel/rubygem-test-unit
Message-ID:  <201510171810.t9HIA4w3031779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510171810.t9HIA4w3031779>