Sha256: 4aaaf8edc274d20b73d86d8cb0410f4e80c9f53570e8b9d446490ffc3b8fd934
Contents?: true
Size: 292 Bytes
Versions: 2
Compression:
Stored size: 292 Bytes
Contents
module RR module Integrations class TestUnit2 < TestUnit1 def name RR.ruby_18? ? 'Test::Unit 2.4.x' : 'Test::Unit >= 2.5' end def applies? defined?(::Test::Unit) && has_test_unit_version? end end RR.register_adapter TestUnit2 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rr-1.1.1 | lib/rr/integrations/test_unit_2.rb |
rr-1.1.1.rc1 | lib/rr/integrations/test_unit_2.rb |