method
negative_expectation_for?
1.2.8 -
Show latest stable
- Class:
Spec::Mocks::NegativeMessageExpectation
negative_expectation_for?(sym)public
No documentation available.
# File lib/spec/mocks/message_expectation.rb, line 323
def negative_expectation_for?(sym)
return @sym == sym
end