pkgsrc/devel/ruby-unit/DESCR
taca 3ecaa2f79b Update ruby-unit package to 0.5.4. Changes from 0.5.2 are below.
Sat Jan 19 14:47:02 2002  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testfailure.rb: correct not to occure
	  warning message with ruby -w. (Thanks to David Alan Black)

Sat Jan 12 16:11:56 2002  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testfailure.rb: uses Regexp.quote to create SKIP_FILES pattern.
2002-01-19 16:33:16 +00:00

6 lines
229 B
Text

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/.
Author: Masaki Suketa <masaki.suketa@nifty.ne.jp>