method
verify_expectations
1.3.1 -
Show latest stable
- Class:
Spec::Mocks::Proxy
verify_expectations()private
No documentation available.
# File lib/spec/mocks/proxy.rb, line 226
def verify_expectations
@expectations.map {|e| e.verify_messages_received}
end