method
matches_at_least_count?
matches_at_least_count?()
public
Hide source
# File lib/spec/mocks/message_expectation.rb, line 213 def matches_at_least_count? @at_least && @actual_received_count >= @expected_received_count end