Sha256: 3e4e565db71c7a7f6ac055fd6f7f5ed2074b9a051d5c786ca2e56433ba64fadc
Contents?: true
Size: 326 Bytes
Versions: 26
Compression:
Stored size: 326 Bytes
Contents
module RR module TimesCalledMatchers #:nodoc: class AnyTimesMatcher < TimesCalledMatcher include NonTerminal def initialize end def matches?(times_called) true end protected def expected_message_part "Expected any number of times." end end end end
Version data entries
26 entries across 26 versions & 2 rubygems