Sha256: 0e8afc46c7975382f38c6b3a6a23f5491b6389b140fa7cde77d41d20d612acb1
Contents?: true
Size: 217 Bytes
Versions: 3
Compression:
Stored size: 217 Bytes
Contents
module RR module Integrations class TestUnit2 < TestUnit1 def name 'Test::Unit 2' end def applies? defined?(::Test::Unit) && has_test_unit_version? end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rr-1.1.0 | lib/rr/integrations/test_unit_2.rb |
rr-1.1.0.rc3 | lib/rr/integrations/test_unit_2.rb |
rr-1.1.0.rc2 | lib/rr/integrations/test_unit_2.rb |