method

expected_messages_received?

Importance_0

Not found

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

expected_messages_received?() 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 217
      def expected_messages_received?
        ignoring_args? || matches_exact_count? ||
           matches_at_least_count? || matches_at_most_count?
      end
Register or log in to add new notes.