summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-07-20 21:51:47 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-07-20 21:51:47 +0800
commitfcdfeba922a8480cf9cafdb98bb96c558165e51e (patch)
tree9cc3088290374f1c9d7187cabdd6c37f30bcf80b /spec
parent9f70abf185c5d55afc392f2ed39246594c62886d (diff)
downloadgitlab-ce-fcdfeba922a8480cf9cafdb98bb96c558165e51e.tar.gz
It should be plural
Diffstat (limited to 'spec')
-rw-r--r--spec/models/project_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index 163b7caf55a..cbd1f5f9e32 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -1158,7 +1158,7 @@ describe Project, models: true do
@build2_p2 = create_build(@pipeline2, 'test2')
end
- it 'gives the latest build from latest pipeline' do
+ it 'gives the latest builds from latest pipeline' do
latest_builds = project.latest_successful_builds_for
expect(latest_builds).to contain_exactly(@build2_p2, @build1_p2)