We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2d1a2 commit c1efdd8Copy full SHA for c1efdd8
spec/mailers/better_together/conversation_mailer_spec.rb
@@ -24,7 +24,7 @@ module BetterTogether
24
25
it 'renders the body' do
26
expect(mail.body.encoded).to have_content("Hello #{recipient.person.name}")
27
- expect(mail.body.encoded).to have_content("You have an unread message from #{sender.person.name}:")
+ expect(mail.body.encoded).to have_content('You have an unread message')
28
end
29
30
it 'sends a message notification email' do
0 commit comments