diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-22 09:23:55 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-22 09:23:55 +0000 |
commit | 9c1a1d676036a388f31c87768ddd25904d082939 (patch) | |
tree | 5961a6683920b76c52a92d22a5a5ba2ae6fbba48 /devel | |
parent | Remove sane, add sane-backends & sane-frontends (diff) |
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')
-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 |