Sha256: 77730ece7b11da732f4789bae4590a0191234aa612d21e0abdad96844488be53
Contents?: true
Size: 402 Bytes
Versions: 20
Compression:
Stored size: 402 Bytes
Contents
module Mocha module Integration module TestUnit module Nothing def self.applicable_to?(_test_unit_version, _ruby_version = nil) true end def self.description 'nothing (no Test::Unit integration available)' end def self.included(_mod) raise 'No Test::Unit integration available' end end end end end
Version data entries
20 entries across 20 versions & 2 rubygems