class RSpec::Mocks::OrderGroup

def initialize

def initialize
  @expectations = []
  @invocation_order = []
  @index = 0
end