summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhhoopes <heidih@gmail.com>2016-09-02 22:25:53 -0600
committerSean McGivern <sean@gitlab.com>2016-11-25 15:23:49 +0000
commitc0931722509bba7b26ce46777b6c71f976bc4b7b (patch)
tree026da7ca128900efdb734c30e1b7cea7349a26ea
parenta761c59a6bfc4d66649910d01e4c8412bb0b40ec (diff)
downloadgitlab-ce-c0931722509bba7b26ce46777b6c71f976bc4b7b.tar.gz
Clean up rubocop complaint
-rw-r--r--spec/mailers/notify_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb
index 824b516f856..76ea5f6be31 100644
--- a/spec/mailers/notify_spec.rb
+++ b/spec/mailers/notify_spec.rb
@@ -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