Sha256: 64522cf11a3562f3a0e772d12eecff966bbb3bea5cb5030efa02e0035a276c34
Contents?: true
Size: 398 Bytes
Versions: 20
Compression:
Stored size: 398 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
20 entries across 20 versions & 2 rubygems