Commit 709e805d authored by Lin Jen-Shin's avatar Lin Jen-Shin

That means different things but it's ok here.

rubocop was complaining
parent b0f7384f
......@@ -255,7 +255,7 @@ describe API::API, api: true do
context 'with latest pipeline' do
before do
pipelines = 3.times.map do # creating some old pipelines
pipelines = Array.new(3).map do # creating some old pipelines
create(:ci_pipeline, status: 'success')
end
......
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