mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
commit
a748b30c41
144 changed files with 2950 additions and 954 deletions
|
@ -0,0 +1,9 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Registrant::DomainDeleteConfirmsController do
|
||||
describe 'routing' do
|
||||
it 'routes to #show' do
|
||||
expect(get: '/registrant/domain_delete_confirms/1').to route_to('registrant/domain_delete_confirms#show', id: '1')
|
||||
end
|
||||
end
|
||||
end
|
|
@ -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