method

matches_at_most_count?

rspec latest stable - Class: Spec::Mocks::MessageExpectation
matches_at_most_count?()
public

No documentation available.

# File lib/spec/mocks/message_expectation.rb, line 230
      def matches_at_most_count?
        @at_most && @actual_received_count <= @expected_received_count
      end