
                    RubyUnit

May. 7, 2001  M.Suketa (masaki.suketa@nifty.ne.jp)

* What is RubyUnit ?
RubyUnit is a simple Testing Framework for Ruby. You
can get the information about Testing Framework on next 
web site:

  http://www.xprogramming.com/


* Installation
1. Extract the rubyunit-XXX.tar.gz file.

     gzcat rubyunit-XXX.tar.gz | tar xvf -

2. Run install.rb

     cd rubyunit-XXX
     ruby install.rb


* Document
The doc_en directory includes English document(RD) files.
The doc_ja directory includes Japanese document(RD) files.
The makehtml.rb makes HTML files from *.rd. 
(You need RDtool 0.6.1 or later to run makehtml.rb.)

    ruby makehtml.rb



* How to use RubyUnit
Read sample/*.rb, especially sample/simpletest.rb.


* Copying
RubyUnit is copyrighted free software by Masaki Suketa.
You can redistribute it under the terms specified in the
COPYING file of the Ruby distribution.


* Comments and Bug Reports
Feel free to send comments and bug reports about RubyUnit.
The author's mail address is:

  masaki.suketa@nifty.ne.jp


* WARRANTY
  THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
  PURPOSE.


* Ruby
Ruby is the object-oriented scripting language, copyrighted
free software by Yukihiro Matsumoto. The URL of the Ruby 
official site is:

  http://www.ruby-lang.org/

