Commit 81467d2e authored by Long Nguyen's avatar Long Nguyen

Fix rubocop

parent f7844a11
......@@ -28,8 +28,7 @@ describe Issues::MoveService, services: true do
['label1', 'label2'].each do |label|
old_issue.labels << create(:label,
project_id: old_project.id,
title: label
)
title: label)
end
new_project.labels << create(:label, title: 'label1')
......
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