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

shared_state_check_spec.rb « redis « health_checks « gitlab « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25917741a1c8c051716fdbabcfd49e4fbb895df4 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require 'spec_helper'
require_relative '../simple_check_shared'

RSpec.describe Gitlab::HealthChecks::Redis::SharedStateCheck do
  include_examples 'simple_check', 'redis_shared_state_ping', 'RedisSharedState', 'PONG'
end