Sha256: cd981a1cb38ffe07eba4caf97192f8945f232900dc7b54748eecaab237ec04f6
Contents?: true
Size: 302 Bytes
Versions: 118
Compression:
Stored size: 302 Bytes
Contents
module Mocha class InStateOrderingConstraint def initialize(state_predicate) @state_predicate = state_predicate end def allows_invocation_now? @state_predicate.active? end def mocha_inspect "when #{@state_predicate.mocha_inspect}" end end end
Version data entries
118 entries across 113 versions & 13 rubygems