method
add_message_expectation
1.3.0 -
Show latest stable
- Class:
Spec::Mocks::Proxy
add_message_expectation(expected_from, sym, opts={}, &block)public
No documentation available.
# File lib/spec/mocks/proxy.rb, line 40
def add_message_expectation(expected_from, sym, opts={}, &block)
__add sym
warn_if_nil_class sym
@expectations << build_expectation(expected_from, sym, opts, &block)
@expectations.last
end