Commit 976cebe4 authored by Rubén Dávila's avatar Rubén Dávila

Little fix for Rubocop's complaints. #2296

parent 3aabed34
...@@ -135,9 +135,9 @@ describe Issues::UpdateService do ...@@ -135,9 +135,9 @@ describe Issues::UpdateService do
end end
it 'should not generate a new note at all' do it 'should not generate a new note at all' do
expect { expect do
update_issue({ description: "- [ ] One\n- [ ] Two\n- [ ] Three" }) update_issue({ description: "- [ ] One\n- [ ] Two\n- [ ] Three" })
}.not_to change { Note.count } end.not_to change { Note.count }
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