Commit c0931722 authored by hhoopes's avatar hhoopes Committed by Sean McGivern

Clean up rubocop complaint

parent a761c59a
...@@ -693,7 +693,7 @@ describe Notify do ...@@ -693,7 +693,7 @@ describe Notify do
allow(Note).to receive(:find).with(note.id).and_return(note) allow(Note).to receive(:find).with(note.id).and_return(note)
end end
shared_examples 'a note email on a diff' do | model | shared_examples 'a note email on a diff' do |model|
let(:note) { create(model, project: project, author: note_author) } let(:note) { create(model, project: project, author: note_author) }
it "includes diffs with character-level highlighting" do it "includes diffs with character-level highlighting" do
......
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