class RSpec::Mocks::MessageChain

def find_matching_expectation

def find_matching_expectation
  ::RSpec::Mocks.space.proxy_for(object).
    __send__(:find_matching_expectation, chain.first.to_sym)
end