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

cache_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: c44bd2ed5859a4c20d919da04c8145c706694ad2 (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::CacheCheck do
  include_examples 'simple_check', 'redis_cache_ping', 'RedisCache', 'PONG'
end