method
verify_expectations
1.1.12 -
Show latest stable
- Class:
Spec::Mocks::Proxy
verify_expectations()private
No documentation available.
# File lib/spec/mocks/proxy.rb, line 185
def verify_expectations
@expectations.each do |expectation|
expectation.verify_messages_received
end
end