summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-10-15 21:30:47 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-10-15 21:30:47 -0400
commit64352d25b33274a2f298347bae5f53176085b80d (patch)
tree4bd737a7442d81e2820e05a45f9c86b1502a741c
parent6fe2a679a799c0914b8c32e011343939800c5480 (diff)
downloadgitlab-ce-64352d25b33274a2f298347bae5f53176085b80d.tar.gz
Correct spec description typo
[ci skip]
-rw-r--r--spec/models/ci/commit_spec.rb2
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"],