Commit d69f0ecf authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix rubocop failures

parent 800a5f8e
...@@ -15,7 +15,7 @@ describe Projects::Registry::TagsController do ...@@ -15,7 +15,7 @@ describe Projects::Registry::TagsController do
describe 'GET index' do describe 'GET index' do
let(:tags) do let(:tags) do
40.times.map { |i| "tag#{i}" } Array.new(40) { |i| "tag#{i}" }
end end
before do before do
......
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