Sha256: 0edbdc615530e4305ff818348232038061957f8517569b9f940878d7a6d961cc
Contents?: true
Size: 395 Bytes
Versions: 28
Compression:
Stored size: 395 Bytes
Contents
module Mocha module Integration module MiniTest module Nothing def self.applicable_to?(test_unit_version, ruby_version = nil) true end def self.description "nothing (no MiniTest integration available)" end def self.included(mod) raise "No MiniTest integration available" end end end end end
Version data entries
28 entries across 24 versions & 5 rubygems