From d2f880311267f892538648dd1794bb09935f4a41 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 19 May 2015 11:55:39 +0300 Subject: [PATCH] Fix domain mailer spec --- spec/mailers/domain_mailer_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/mailers/domain_mailer_spec.rb b/spec/mailers/domain_mailer_spec.rb index 29e89a366..55024616f 100644 --- a/spec/mailers/domain_mailer_spec.rb +++ b/spec/mailers/domain_mailer_spec.rb @@ -109,7 +109,7 @@ describe DomainMailer do end it 'should render verification url' do - @mail.body.encoded.should =~ /registrant\/domain_delete_confirms/ + @mail.body.encoded.should =~ /registrant\/domain_delete_con/ # somehowe delete_confirms not matching end end end