class ActiveSupport::Testing::SimpleStubs
def stubbing(object, method_name)
Returns the Stub for object#method_name
def stubbing(object, method_name) @stubs[object.object_id][method_name] end
def stubbing(object, method_name) @stubs[object.object_id][method_name] end