method
verify_expectations
verify_expectations()
private
Hide source
# File lib/spec/mocks/proxy.rb, line 151 def verify_expectations @expectations.each do |expectation| expectation.verify_messages_received end end