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

trace_chunks_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: 5fb5232a4dd5fd03bb710c06ce2d8101b7696b64 (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::TraceChunksCheck do
  include_examples 'simple_check', 'redis_trace_chunks_ping', 'RedisTraceChunks', 'PONG'
end