[fix] Restore a mistakenly deleted test

This commit is contained in:
Jimmy 2021-03-11 22:00:15 -08:00
parent 11d4255c67
commit 4856bc718d

View file

@ -22,6 +22,10 @@ describe Mailbot do
expect(mail.from).to eq ['conf@domain.com'] expect(mail.from).to eq ['conf@domain.com']
end end
it 'assigns the email body' do
expect(mail.body).to include 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit'
end
it 'assigns the email body with the correct logo' do it 'assigns the email body with the correct logo' do
expect(mail.body).to include 'snapcon_logo' expect(mail.body).to include 'snapcon_logo'
end end