diff options
author | knu <knu@FreeBSD.org> | 2001-03-22 17:23:55 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-22 17:23:55 +0800 |
commit | bc0b22ff8595c64b9543ed920407d4071e6f3d07 (patch) | |
tree | c1ab2a695259f07d31cf060c4817693fdb321241 /devel/ruby-unit | |
parent | 08e65fb9d4272b94c331480bc7a7ad434ba22717 (diff) | |
download | freebsd-ports-gnome-bc0b22ff8595c64b9543ed920407d4071e6f3d07.tar.gz freebsd-ports-gnome-bc0b22ff8595c64b9543ed920407d4071e6f3d07.tar.zst freebsd-ports-gnome-bc0b22ff8595c64b9543ed920407d4071e6f3d07.zip |
Reword pkg-comment and pkg-descr, in preparation for the forthcoming
ruby-lapidary port. While I'm here, pkg-comment is shorten to under
the legal limit of 70 bytes.
Diffstat (limited to 'devel/ruby-unit')
-rw-r--r-- | devel/ruby-unit/pkg-comment | 2 | ||||
-rw-r--r-- | devel/ruby-unit/pkg-descr | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/ruby-unit/pkg-comment b/devel/ruby-unit/pkg-comment index c921566e369f..4d78817b1d01 100644 --- a/devel/ruby-unit/pkg-comment +++ b/devel/ruby-unit/pkg-comment @@ -1 +1 @@ -Ruby implementation of Kent Beck's Testing Framework (cf. eXtreme Programming) +A unit testing framework for Ruby based on JUnit diff --git a/devel/ruby-unit/pkg-descr b/devel/ruby-unit/pkg-descr index d2a00d7d095b..331e8f9b596d 100644 --- a/devel/ruby-unit/pkg-descr +++ b/devel/ruby-unit/pkg-descr @@ -1,8 +1,7 @@ -RubyUnit is Ruby implementation of Kent Beck's Testing Framework, -which is known as the part of "eXtreme Programming" (XP). - -For details of XP, see http://www.xprogramming.com/. +RubyUnit (RUnit) is a unit testing framework for Ruby based on JUnit. +The unit testing framework is known as part of Kent Beck's "eXtreme +Programming" (XP). For details, see http://www.xprogramming.com/. Author: Masaki Suketa <CQN02273@nifty.ne.jp> WWW: http://homepage1.nifty.com/markey/ruby/rubyunit/rubyunit_e.html |