From f6f6aaf593dc40c79b8e3536f5e2821c96b9dcd3 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Wed, 15 Mar 2017 18:14:58 -0600 Subject: Better notification emails for notes and (diff) discussions --- spec/mailers/notify_spec.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/mailers/notify_spec.rb') diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb index 6a89b007f96..01246f87dff 100644 --- a/spec/mailers/notify_spec.rb +++ b/spec/mailers/notify_spec.rb @@ -536,6 +536,8 @@ describe Notify do allow(Note).to receive(:find).with(note.id).and_return(note) end + # TODO: Test discussions + shared_examples 'a note email' do it_behaves_like 'it should have Gmail Actions links' -- cgit v1.2.3