class RSpec::Mocks::MessageExpectation
def matches_at_least_count?
- Private: -
def matches_at_least_count? @at_least && @actual_received_count >= @expected_received_count end
def matches_at_least_count? @at_least && @actual_received_count >= @expected_received_count end