mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Add basic domain creating via EPP
This commit is contained in:
parent
8c1ea03f95
commit
aa88c30565
4 changed files with 34 additions and 1 deletions
|
@ -8,6 +8,8 @@ describe 'EPP Domain', epp: true do
|
|||
|
||||
it 'creates a domain' do
|
||||
response = epp_request('create_domain.xml')
|
||||
expect(response[:result_code]).to eq('1000')
|
||||
expect(response[:msg]).to eq('Command completed successfully')
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue