class RSpec::Mocks::Proxy

def remove_stub_if_present(method_name)

Other tags:
    Private: -
def remove_stub_if_present(method_name)
  method_double_for(method_name).remove_stub_if_present
end