3ecaa2f79b
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.
6 lines
229 B
Text
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>
|