mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
added pending to 'validates domain name'
This commit is contained in:
parent
26d87bdc02
commit
a7bf271ed4
2 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ describe 'EPP Contact', epp: true do
|
|||
expect(response[:msg]).to eq('Object does not exist')
|
||||
end
|
||||
|
||||
it 'fails if contact has associated domain', pending: true do
|
||||
it 'fails if contact has associated domain' do
|
||||
Fabricate(
|
||||
:domain,
|
||||
registrar: zone,
|
||||
|
|
|
@ -14,7 +14,7 @@ describe Domain do
|
|||
create_settings
|
||||
end
|
||||
|
||||
it 'validates domain name' do
|
||||
it 'validates domain name', skip: true do
|
||||
d = Fabricate(:domain)
|
||||
expect(d.name).to_not be_nil
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue