module Mocha::Hooks
def mocha_teardown(origin = mocha_test_name)
Resets Mocha after a test (only for use by authors of test libraries).
def mocha_teardown(origin = mocha_test_name) Mockery.teardown(origin) end
def mocha_teardown(origin = mocha_test_name) Mockery.teardown(origin) end