From: David Naseby Date: 2002-11-25T12:58:29+09:00 Subject: Re: Unit Testing in Ruby for the (Absolute) Novice -----Original Message----- From: Mark Wilson [mailto:mwilson13@cox.net] >This leads to me to many questions: (1) how do you write a unit test?; (2) uh . . . Go to http://www.rubygarden.org/ruby?UsingTestUnit Its an excellent intro to the world of test-first development, and unit testing in Ruby. David.