class RSpec::Mocks::Proxy

def add_negative_message_expectation(location, method_name, &implementation)

def add_negative_message_expectation(location, method_name, &implementation)
  method_double[method_name].add_negative_expectation @error_generator, @expectation_ordering, location, &implementation
end