Welcome to mirror list, hosted at ThFree Co, Russian Federation.

chat_spec.rb « redis « gitlab « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9080b4409fa1ee2d4f52641c446e1814fae1878 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::Redis::Chat, feature_category: :ai_abstraction_layer do
  include_examples "redis_new_instance_shared_examples", 'chat', Gitlab::Redis::Cache
end