Ruby (MRI) has an unit-testing library, 'test/unit'. This is used for ruby's make test-all. In February 2011, I committed a patch ("parallel_test") that allows us to run multiple Test::Unit::TestCase-s at the same time. Because of this patch, ru...


