class Mocha::ExpectationList

def +(other)

def +(other)
  self.class.new(to_a + other.to_a)
end