added pending to 'validates domain name'

This commit is contained in:
Priit Tamboom 2014-10-23 16:23:27 +03:00
parent 26d87bdc02
commit a7bf271ed4
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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