Commit fcdfeba9 authored by Lin Jen-Shin's avatar Lin Jen-Shin

It should be plural

parent 9f70abf1
......@@ -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)
......
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