mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
Merge branch 'master' of github.com:internetee/registry
This commit is contained in:
commit
38f0528d70
6 changed files with 25 additions and 35 deletions
|
@ -19,7 +19,8 @@ describe 'EPP Contact', epp: true do
|
|||
expect(Contact.first.org_name).to eq('Example Inc.')
|
||||
end
|
||||
|
||||
it 'updates a contact with same ident' do
|
||||
it 'updates a contact with same ident', pending: true do
|
||||
pending 'fixing this as soon as contact#update is done'
|
||||
Fabricate(:contact)
|
||||
response = epp_request('contacts/create.xml')
|
||||
expect(response[:result_code]).to eq('1000')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue