class RSpec::Mocks::PartialDoubleProxy

def add_simple_expectation(method_name, response, location)

Other tags:
    Private: -
def add_simple_expectation(method_name, response, location)
  method_double_for(method_name).configure_method
  super
end