RubyUnit.. Test::Unit.. which should I use?

I want to write test code, I don’t want to learn two different unit test
frameworks so that I can then evaluate which to use, I don’t want to
pick randomly…

Which should I use?

Thanks,
Sam

Hi Sam,

RubyUnit and Lapidary have been superseeded to become Test::Unit. Test::Unit
is so much a part of Ruby now that it will be in Ruby 1.8 AFAIK. Use
Test::Unit as it will soon be part of the standard Ruby distribution.


Signed,
Holden Glova

···

On Mon, 03 Feb 2003 18:34, Sam Roberts wrote:

I want to write test code, I don’t want to learn two different unit test
frameworks so that I can then evaluate which to use, I don’t want to
pick randomly…

Which should I use?

Thanks,
Sam