module Mocha::Hooks

def mocha_test_name

to help track down potential bugs.
Returns a string representing the unit test name, to be included in some Mocha
def mocha_test_name
  nil
end