module Mocha::Hooks

def mocha_setup

This method should be called before each individual test starts (including before any "setup" code).

Prepares Mocha before a test (only for use by authors of test libraries).
def mocha_setup
  Mockery.setup
end