1 2 3 4 5 6 7 8 9 10 11
require 'test/unit' class TestB < Test::Unit::TestCase def test_nothing end end class TestC < Test::Unit::TestCase def test_nothing end end