mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Add API/Registrant/Domains route
This commit is contained in:
parent
311aa503b3
commit
0ab9f6333f
4 changed files with 53 additions and 1 deletions
17
test/system/api/registrant/registrant_api_domains_test.rb
Normal file
17
test/system/api/registrant/registrant_api_domains_test.rb
Normal file
|
@ -0,0 +1,17 @@
|
|||
require 'test_helper'
|
||||
|
||||
class RegistrantApiDomainsTest < ApplicationSystemTestCase
|
||||
def setup
|
||||
super
|
||||
|
||||
@registrant = contacts(:william)
|
||||
end
|
||||
|
||||
def teardown
|
||||
super
|
||||
end
|
||||
|
||||
|
||||
def test_can_get_domain_details_by_uuid
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue