module RSpec::Mocks::MessageExpectation::ImplementationDetails

def matches_exact_count?

def matches_exact_count?
  @expected_received_count == @actual_received_count
end