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

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

require 'spec_helper'

RSpec.describe Gitlab::Redis::Pubsub, feature_category: :redis do
  include_examples "redis_new_instance_shared_examples", 'pubsub', Gitlab::Redis::SharedState
  include_examples "redis_shared_examples"
end