mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +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')
|
expect(response[:msg]).to eq('Object does not exist')
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'fails if contact has associated domain', pending: true do
|
it 'fails if contact has associated domain' do
|
||||||
Fabricate(
|
Fabricate(
|
||||||
:domain,
|
:domain,
|
||||||
registrar: zone,
|
registrar: zone,
|
||||||
|
|
|
@ -14,7 +14,7 @@ describe Domain do
|
||||||
create_settings
|
create_settings
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'validates domain name' do
|
it 'validates domain name', skip: true do
|
||||||
d = Fabricate(:domain)
|
d = Fabricate(:domain)
|
||||||
expect(d.name).to_not be_nil
|
expect(d.name).to_not be_nil
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue