mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-06 10:19:48 +00:00
8 lines
223 B
Ruby
8 lines
223 B
Ruby
# 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
|