class RSpec::Mocks::OrderGroup

def ready_for?(expectation)

Other tags:
    Private: -
def ready_for?(expectation)
  remaining_expectations.find(&:ordered?) == expectation
end