mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
parent
e7c1311dfd
commit
18caeb796f
7 changed files with 116 additions and 170 deletions
|
@ -76,7 +76,10 @@ RSpec.describe DomainDeleteMailer do
|
|||
end
|
||||
|
||||
it 'has valid subject' do
|
||||
expect(message.subject).to eq('Kustutusmenetluse teade')
|
||||
subject = 'Domeen test.com on kustutusmenetluses' \
|
||||
' / Domain test.com is in deletion process' \
|
||||
' / Домен test.com в процессе удаления'
|
||||
expect(message.subject).to eq(subject)
|
||||
end
|
||||
|
||||
context 'when template is :death' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue