Sha256: f29f5eab67520417d1bd1e9404a0541000c237055d8cb54cfddcf258b740e7d3
Contents?: true
Size: 293 Bytes
Versions: 19
Compression:
Stored size: 293 Bytes
Contents
module RR module TimesCalledMatchers 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
19 entries across 19 versions & 1 rubygems