class RSpec::Mocks::MessageExpectation

def matches_exact_count?

Other tags:
    Private: -
def matches_exact_count?
  @expected_received_count == @actual_received_count
end