summaryrefslogtreecommitdiff
path: root/spec/models/commit_spec.rb
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-06-12 15:05:01 +0000
committerValery Sizov <valery@gitlab.com>2015-06-12 15:05:01 +0000
commit83940de53b7d66be5496c69d20eb834607696897 (patch)
treed05871619e2906d2acc26d83b5a4f8eb1f07da37 /spec/models/commit_spec.rb
parent1a80d6973073f33fd77b7d556d66f81abfe22e62 (diff)
parentf70fa3eb45104304a1ea5a33edb0ea8bea3f0d32 (diff)
downloadgitlab-ci-83940de53b7d66be5496c69d20eb834607696897.tar.gz
Merge branch 'new_syntax' into 'master'
New syntax of .gitlab-ci.yml See merge request !136
Diffstat (limited to 'spec/models/commit_spec.rb')
-rw-r--r--spec/models/commit_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/commit_spec.rb b/spec/models/commit_spec.rb
index 1658ae6..8c0073e 100644
--- a/spec/models/commit_spec.rb
+++ b/spec/models/commit_spec.rb
@@ -138,7 +138,7 @@ describe Commit do
commit.create_deploy_builds
commit.builds.reload
- commit.builds.size.should == 1
+ commit.builds.size.should == 2
end
end