class MiniTest::Mock

def respond_to?(sym, include_private = false) # :nodoc:

:nodoc:
def respond_to?(sym, include_private = false) # :nodoc:
  return true if @expected_calls.has_key?(sym.to_sym)
  return __respond_to?(sym, include_private)
end