module Mocha::Hooks

def mocha_teardown(origin = mocha_test_name)

This method should be called after each individual test has finished (including after any "teardown" code).

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