module RSpec::Mocks::VerifyingProxyMethods

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

def add_stub(method_name, opts={}, &implementation)
  ensure_implemented(method_name)
  super
end