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

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

require 'spec_helper'
require_relative './simple_check_shared'

describe Gitlab::HealthChecks::DbCheck do
  include_examples 'simple_check', 'db_ping', 'Db', '1'
end