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