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

redis_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: 145d573b6deb90ac07e4eacf87fe8760634223ba (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::RedisCheck do
  include_examples 'simple_check', 'redis_ping', 'Redis', true
end