Commit 64352d25 authored by Robert Speicher's avatar Robert Speicher

Correct spec description typo

[ci skip]
parent 6fe2a679
...@@ -247,7 +247,7 @@ describe Ci::Commit do ...@@ -247,7 +247,7 @@ describe Ci::Commit do
end end
end end
context 'properly creates builds "when" is defined' do context 'properly creates builds when "when" is defined' do
let(:yaml) do let(:yaml) do
{ {
stages: ["build", "test", "test_failure", "deploy", "cleanup"], stages: ["build", "test", "test_failure", "deploy", "cleanup"],
......
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