Sha256: b8a11f652c170df8d79211fa4d1e0755f792291230aaeda6e14164dcdfc43256
Contents?: true
Size: 291 Bytes
Versions: 39
Compression:
Stored size: 291 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
39 entries across 39 versions & 3 rubygems