1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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.
This commit is contained in:
Akinori MUSHA 2001-03-22 09:23:55 +00:00
parent cd602240bb
commit 9c1a1d6760
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40198
2 changed files with 4 additions and 5 deletions

View File

@ -1 +1 @@
Ruby implementation of Kent Beck's Testing Framework (cf. eXtreme Programming)
A unit testing framework for Ruby based on JUnit

View File

@ -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