Commit 499fb780 authored by Kushal Pandya's avatar Kushal Pandya Committed by Mark Chao

Fix rubocop offence Layout/EmptyLinesAroundBlockBody

parent d7107d44
...@@ -49,7 +49,6 @@ describe Groups::AutocompleteService do ...@@ -49,7 +49,6 @@ describe Groups::AutocompleteService do
expect(result.map { |label| label['title'] }).to contain_exactly(*expected_labels.map(&:title)) expect(result.map { |label| label['title'] }).to contain_exactly(*expected_labels.map(&:title))
epic.labels.each do |assigned_label| epic.labels.each do |assigned_label|
expect(result.find { |label| label['title'] == assigned_label.title }[:set]).to eq(true) expect(result.find { |label| label['title'] == assigned_label.title }[:set]).to eq(true)
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