which is based on ruby-lapidary and being merged with ruby-unit. ruby-testunit has a ruby-unit compatibility layer which is only installed if ruby-unit is _not_ installed yet.
11 lines
492 B
Text
11 lines
492 B
Text
Test::Unit a unit testing framework for the Ruby programming language,
|
|
|
|
This is the successor to RUnit (devel/ruby-unit) and includes a
|
|
compatibility layer which is only installed if RUnit is not installed
|
|
already. Most RUnit test cases will pass without any modification.
|
|
|
|
The unit testing framework is known as part of Kent Beck's "eXtreme
|
|
Programming" (XP). For details, see http://www.xprogramming.com/.
|
|
|
|
Author: Nathaniel Talbott <testunit@talbott.ws>
|
|
WWW: http://testunit.talbott.ws/
|