# File lib/mocha/setup_and_teardown.rb, line 11 11: def verify_stubs 12: $stubba.verify_all { yield if block_given? } if $stubba 13: end