Clean up rubocop complaint

This commit is contained in:
hhoopes 2016-09-02 22:25:53 -06:00 committed by Sean McGivern
parent a761c59a6b
commit c093172250
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ describe Notify do
allow(Note).to receive(:find).with(note.id).and_return(note)
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) }
it "includes diffs with character-level highlighting" do