class RSpec::Mocks::ProxyForNil

def add_stub(location, method_name, opts={}, &implementation)

def add_stub(location, method_name, opts={}, &implementation)
  warn(method_name) if warn_about_expectations?
  super
end