Commit eeb011e34a2ccc3ff8a37bd91d8cb7b5cc033228
1 parent
8e421d2b
Exists in
spb-stable
and in
3 other branches
Remove the author name from issue notes emails
Rationale: the author name is now displayed in the email "From" field; this information is no longer needed.
Showing
2 changed files
with
0 additions
and
8 deletions
Show diff stats
app/views/notify/_note_message.html.haml
spec/mailers/notify_spec.rb
... | ... | @@ -353,10 +353,6 @@ describe Notify do |
353 | 353 | should deliver_to recipient.email |
354 | 354 | end |
355 | 355 | |
356 | - it 'contains the name of the note\'s author' do | |
357 | - should have_body_text /#{note_author.name}/ | |
358 | - end | |
359 | - | |
360 | 356 | it 'contains the message from the note' do |
361 | 357 | should have_body_text /#{note.note}/ |
362 | 358 | end | ... | ... |