Sha256: 29c59be49066c1fa3db4497355a7afd402cf9c97b749b3202b90c5dc78101260
Contents?: true
Size: 299 Bytes
Versions: 13
Compression:
Stored size: 299 Bytes
Contents
module Test module Unit autoload :TestCase, "test/unit/testcase" autoload :AutoRunner, "test/unit/autorunner" end end # experimental. It is for "ruby -rtest-unit -e run test/test_*.rb". # Is this API OK or dirty? def run self.class.send(:undef_method, :run) require "test/unit" end
Version data entries
13 entries across 7 versions & 3 rubygems