method
verify_expectations
verify_expectations()
private
Hide source
# File lib/spec/mocks/proxy.rb, line 224 def verify_expectations @expectations.map {|e| e.verify_messages_received} end