summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/health_checks/redis/rate_limiting_check_spec.rb
blob: 1521fc99cde936bccfbaf2c93f20bb29bdbc1713 (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::RateLimitingCheck do
  include_examples 'simple_check', 'redis_rate_limiting_ping', 'RedisRateLimiting', 'PONG'
end