Sha256: 23a81640905c85002c2bf0d69b02dfb4a2118a29433f9e8c9310f3fe99883a46
Contents?: true
Size: 295 Bytes
Versions: 61
Compression:
Stored size: 295 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
61 entries across 50 versions & 5 rubygems