public
Description: Unit tests I wrote way back when I started learning Ruby.
Homepage: http://clarkware.com/cgi/blosxom/2005/03/18
Clone URL: git://github.com/clarkware/ruby-learning-tests.git
name age message
file README Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file Rakefile Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file array_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file assignment_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file benchmark.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file block_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file class_access_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file class_inheritance_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file class_private_constructor_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file class_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file conditional_expression_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file control_structures_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file enumerable_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file environment_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file exception_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file file_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file hash_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file metaprog.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file metaprogram_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file method_missing_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file method_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file mixin_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file module_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file number_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file os_command_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file pipe_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file range_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file reflection_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file regexp_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file require_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file rss_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file singleton_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file socket_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file string_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file thread_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
file web_test.rb Thu Aug 21 15:56:44 -0700 2008 Initial import [clarkware]
README
= Ruby Learning Tests

Unit tests I wrote way back when I started learning Ruby,
as described on my blog at:

  http://clarkware.com/cgi/blosxom/2005/03/18#RLT1

== Usage

To run all the tests, use:

  rake
  
== Write Your Own!

This project can be found on GitHub at the following URL.

  http://github.com/clarkware/ruby-learning-tests/

If you would like to write your own tests, please fork the
repository and have a lot of fun!