diff options
author | Sean McGivern <sean@gitlab.com> | 2016-11-23 16:25:31 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2016-11-28 19:40:48 +0000 |
commit | b8917eb75e94cb13b02534c920ee926c9e97174e (patch) | |
tree | 3e4d1a81365099d334b42abc6cf005393bd9a645 /spec/mailers | |
parent | 87a2762b8b001aa8b8d715c964f5ce99d2585ead (diff) | |
download | gitlab-ce-b8917eb75e94cb13b02534c920ee926c9e97174e.tar.gz |
Fix spec style
Diffstat (limited to 'spec/mailers')
-rw-r--r-- | spec/mailers/notify_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb index 1c4ecf83141..39ba48f61cb 100644 --- a/spec/mailers/notify_spec.rb +++ b/spec/mailers/notify_spec.rb @@ -646,6 +646,7 @@ describe Notify do before(:each) { allow(note).to receive(:noteable).and_return(merge_request) } subject { Notify.note_merge_request_email(recipient.id, note.id) } + it_behaves_like 'a note email' it_behaves_like 'an answer to an existing thread with reply-by-email enabled' do let(:model) { merge_request } |