Add API/Registrant/Domains route

This commit is contained in:
Maciej Szlosarczyk 2018-07-26 14:46:03 +03:00
parent 311aa503b3
commit 0ab9f6333f
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
4 changed files with 53 additions and 1 deletions

View 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