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

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

require 'spec_helper'

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