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/ruby-unit | |
parent | cd602240bb9df07a88a3e5e0aeee4cfed8ca02bf (diff) |
Notes
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 |