Commit 64a1d937 authored by Kamil Trzciński's avatar Kamil Trzciński

Fix name of describe block

parent f325035b
......@@ -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