class RSpec::Mocks::OrderGroup

def remaining_expectations

def remaining_expectations
  @expectations[@index..-1] || []
end