mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Rubocop syntax updates #2711
This commit is contained in:
parent
e46c1130db
commit
59c73fca9e
9 changed files with 33 additions and 11 deletions
|
@ -54,7 +54,7 @@ describe DomainMailer do
|
|||
end
|
||||
|
||||
it 'should render verification url' do
|
||||
@mail.body.encoded.should =~ /registrant\/domain_update_confirms/
|
||||
@mail.body.encoded.should =~ %r{registrant\/domain_update_confirms}
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -109,7 +109,7 @@ describe DomainMailer do
|
|||
end
|
||||
|
||||
it 'should render verification url' do
|
||||
@mail.body.encoded.should =~ /registrant\/domain_delete_con/ # somehowe delete_confirms not matching
|
||||
@mail.body.encoded.should =~ %r{registrant\/domain_delete_con} # somehowe delete_confirms not matching
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue