Sha256: e0d2a64f915c43e1747a6540e6a4eedc9856a3e491730d39ea3c6e34a57a7f07

Contents?: true

Size: 301 Bytes

Versions: 66

Compression:

Stored size: 301 Bytes

Contents

module RR
  module TimesCalledMatchers #:nodoc:
    class AnyTimesMatcher < TimesCalledMatcher
      include NonTerminal

      def initialize
      end

      def matches?(times_called)
        true
      end

      def expected_times_message
        "any number of times"
      end
    end
  end
end

Version data entries

66 entries across 62 versions & 8 rubygems

Version Path
rr-3.1.1 lib/rr/times_called_matchers/any_times_matcher.rb
rr-3.1.0 lib/rr/times_called_matchers/any_times_matcher.rb
rr-3.0.9 lib/rr/times_called_matchers/any_times_matcher.rb
rr-3.0.8 lib/rr/times_called_matchers/any_times_matcher.rb
rr-3.0.7 lib/rr/times_called_matchers/any_times_matcher.rb
rr-3.0.6 lib/rr/times_called_matchers/any_times_matcher.rb
rr-3.0.5 lib/rr/times_called_matchers/any_times_matcher.rb
rr-3.0.4 lib/rr/times_called_matchers/any_times_matcher.rb
rr-3.0.3 lib/rr/times_called_matchers/any_times_matcher.rb
rr-3.0.2 lib/rr/times_called_matchers/any_times_matcher.rb
rr-3.0.1 lib/rr/times_called_matchers/any_times_matcher.rb
rr-3.0.0 lib/rr/times_called_matchers/any_times_matcher.rb
rr-1.2.1 lib/rr/times_called_matchers/any_times_matcher.rb
rr-1.2.0 lib/rr/times_called_matchers/any_times_matcher.rb
jferris-rr-0.7.1.0.1239654108 lib/rr/times_called_matchers/any_times_matcher.rb
redinger-redinger-rr-0.10.3 lib/rr/times_called_matchers/any_times_matcher.rb
redinger-rr-0.10.4 lib/rr/times_called_matchers/any_times_matcher.rb
rr-1.1.2 lib/rr/times_called_matchers/any_times_matcher.rb
rr-1.1.2.rc1 lib/rr/times_called_matchers/any_times_matcher.rb
rr-1.1.1 lib/rr/times_called_matchers/any_times_matcher.rb