mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Add extended registrar's info to "pending_update_request_for_old_registrant" mailer
#180
This commit is contained in:
parent
34c1e0d323
commit
fc9104a232
11 changed files with 239 additions and 32 deletions
|
@ -0,0 +1,9 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Registrant::DomainUpdateConfirmsController do
|
||||
describe 'routing' do
|
||||
it 'routes to #show' do
|
||||
expect(get: '/registrant/domain_update_confirms/1').to route_to('registrant/domain_update_confirms#show', id: '1')
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue