[fix] Restore a mistakenly deleted test
This commit is contained in:
parent
11d4255c67
commit
4856bc718d
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ describe Mailbot do
|
|||
expect(mail.from).to eq ['conf@domain.com']
|
||||
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
|
||||
expect(mail.body).to include 'snapcon_logo'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue