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