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

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

require 'spec_helper'

RSpec.describe Gitlab::Redis::ClusterCache, feature_category: :redis do
  include_examples "redis_new_instance_shared_examples", 'cluster_cache', Gitlab::Redis::Cache
end