Not found

The exact documentation you were looking for could not be found. Here is the best guess.

matches_at_most_count?() public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/mocks/message_expectation.rb, line 180
      def matches_at_most_count?
        @at_most && @actual_received_count <= @expected_received_count
      end
Register or log in to add new notes.