diff options
author | hhoopes <heidih@gmail.com> | 2016-09-02 22:25:53 -0600 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2016-11-25 15:23:49 +0000 |
commit | c0931722509bba7b26ce46777b6c71f976bc4b7b (patch) | |
tree | 026da7ca128900efdb734c30e1b7cea7349a26ea /spec/mailers | |
parent | a761c59a6bfc4d66649910d01e4c8412bb0b40ec (diff) | |
download | gitlab-ce-c0931722509bba7b26ce46777b6c71f976bc4b7b.tar.gz |
Clean up rubocop complaint
Diffstat (limited to 'spec/mailers')
-rw-r--r-- | spec/mailers/notify_spec.rb | 2 |
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 |