class RSpec::Mocks::AnyInstance::StubChain

def verify_invocation_order(rspec_method_name, *_args, &_block)

def verify_invocation_order(rspec_method_name, *_args, &_block)
  return if invocation_order.fetch(rspec_method_name, [nil]).include?(last_message)
  raise NoMethodError, "Undefined method #{rspec_method_name}"
end