Sha256: 67b3ad874edd3d9cd875341847c7b2822a6918132dd89b1f4b83c24f7766d3a2
Contents?: true
Size: 399 Bytes
Versions: 28
Compression:
Stored size: 399 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
28 entries across 24 versions & 5 rubygems