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

shared_state_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: fe8f42cf8eb0c7e941c7ffac1c327a8fb1ebfb99 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::Redis::SharedState do
  let(:instance_specific_config_file) { "config/redis.shared_state.yml" }

  include_examples "redis_shared_examples"
  include_examples "multi_store_wrapper_shared_examples"
end