method
matches_exact_count?
1.1.4 -
Show latest stable
- Class:
Spec::Mocks::MessageExpectation
matches_exact_count?()public
No documentation available.
# File lib/spec/mocks/message_expectation.rb, line 184
def matches_exact_count?
@expected_received_count == @actual_received_count
end