Commit cb2904f1 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '34257-fix-describe-block' into 'master'

Fix name of describe block

Closes #34257

See merge request gitlab-org/gitlab!20846
parents 5d809a63 64a1d937
......@@ -5,7 +5,7 @@ require 'spec_helper'
describe Gitlab::HealthChecks::Probes::Collection do
let(:readiness) { described_class.new(*checks) }
describe '#call' do
describe '#execute' do
subject { readiness.execute }
context 'with all checks' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment