method
has_negative_expectation?
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
has_negative_expectation?(sym)
public
Hide source
# File lib/spec/mocks/proxy.rb, line 96 def has_negative_expectation?(sym) @expectations.any? {|expectation| expectation.negative_expectation_for?(sym)} end