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

Version Path
adva-0.3.2 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.3.1 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.3.0 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.2.4 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.2.3 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.2.2 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.2.1 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.2.0 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.1.4 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.1.3 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.1.2 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.1.1 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.1.0 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
adva-0.0.1 test/rr/lib/rr/times_called_matchers/any_times_matcher.rb
rr-0.4.3 lib/rr/times_called_matchers/any_times_matcher.rb
rr-0.4.10 lib/rr/times_called_matchers/any_times_matcher.rb
rr-0.4.9 lib/rr/times_called_matchers/any_times_matcher.rb
rr-0.4.1 lib/rr/times_called_matchers/any_times_matcher.rb
rr-0.4.0 lib/rr/times_called_matchers/any_times_matcher.rb
rr-0.4.7 lib/rr/times_called_matchers/any_times_matcher.rb