class RSpec::Mocks::Proxy

def remove_stub(method_name)

def remove_stub(method_name)
  method_double[method_name].remove_stub
end