method
expected_messages_received?
1.1.12 -
Show latest stable
- Class:
Spec::Mocks::MessageExpectation
expected_messages_received?()public
No documentation available.
# File lib/spec/mocks/message_expectation.rb, line 204
def expected_messages_received?
ignoring_args? || matches_exact_count? ||
matches_at_least_count? || matches_at_most_count?
end