Skip to content
Snippets Groups Projects
Commit 81467d2e authored by Long Nguyen's avatar Long Nguyen
Browse files

Fix rubocop

parent f7844a11
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment