class RSpec::Mocks::AnyInstance::ExpectChainChain

def invocation_order

def invocation_order
  @invocation_order ||= {
    :and_return => [nil],
    :and_raise => [nil],
    :and_yield => [nil]
  }
end