class RSpec::Mocks::OrderGroup
def invoked_expectations
def invoked_expectations @invocation_order_mutex.synchronize do @expectations.select { |e| e.ordered? && @invocation_order.include?(e) } end end
def invoked_expectations @invocation_order_mutex.synchronize do @expectations.select { |e| e.ordered? && @invocation_order.include?(e) } end end