class RSpec::Mocks::OrderGroup
def verify_invocation_order(expectation)
def verify_invocation_order(expectation) expectation.raise_out_of_order_error unless expectations_invoked_in_order? true end
def verify_invocation_order(expectation) expectation.raise_out_of_order_error unless expectations_invoked_in_order? true end