has_negative_expectation?(sym)public
No documentation available.
# File lib/spec/mocks/proxy.rb, line 96
def has_negative_expectation?(sym)
@expectations.any? {|expectation| expectation.negative_expectation_for?(sym)}
end has_negative_expectation?(sym)No documentation available.
# File lib/spec/mocks/proxy.rb, line 96
def has_negative_expectation?(sym)
@expectations.any? {|expectation| expectation.negative_expectation_for?(sym)}
end