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: 7a0085809367e7effc8b323c135f406320401c26 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::Redis::Chat, feature_category: :no_category do # rubocop: disable RSpec/InvalidFeatureCategory
  include_examples "redis_new_instance_shared_examples", 'chat', Gitlab::Redis::Cache
end