Commit 3336800d authored by Felipe Artur's avatar Felipe Artur

fix rubocop

parent 7507a711
...@@ -49,7 +49,7 @@ feature 'Labels Hierarchy', :js, :nested_groups do ...@@ -49,7 +49,7 @@ feature 'Labels Hierarchy', :js, :nested_groups do
label.issues.each do |issue| label.issues.each do |issue|
expect(page).to have_selector('.card-title') do |card| expect(page).to have_selector('.card-title') do |card|
expect(card).to have_selector('a', text:issue.title) expect(card).to have_selector('a', text: issue.title)
end end
end end
end 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