diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-10-15 21:30:47 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-10-15 21:30:47 -0400 |
commit | 64352d25b33274a2f298347bae5f53176085b80d (patch) | |
tree | 4bd737a7442d81e2820e05a45f9c86b1502a741c /spec/models/ci | |
parent | 6fe2a679a799c0914b8c32e011343939800c5480 (diff) | |
download | gitlab-ce-64352d25b33274a2f298347bae5f53176085b80d.tar.gz |
Correct spec description typo
[ci skip]
Diffstat (limited to 'spec/models/ci')
-rw-r--r-- | spec/models/ci/commit_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/ci/commit_spec.rb b/spec/models/ci/commit_spec.rb index 94fc21b4ea9..44dbd083f06 100644 --- a/spec/models/ci/commit_spec.rb +++ b/spec/models/ci/commit_spec.rb @@ -247,7 +247,7 @@ describe Ci::Commit do end end - context 'properly creates builds "when" is defined' do + context 'properly creates builds when "when" is defined' do let(:yaml) do { stages: ["build", "test", "test_failure", "deploy", "cleanup"], |