class Mocha::Expectation

def in_correct_order?

Other tags:
    Private: -
def in_correct_order?
  @ordering_constraints.all?(&:allows_invocation_now?)
end