mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 11:19:39 +02:00
Spec comment update, #2557
This commit is contained in:
parent
340ca96d1e
commit
80e4fe0529
1 changed files with 3 additions and 3 deletions
|
@ -1406,7 +1406,7 @@ describe 'EPP Domain', epp: true do
|
||||||
|
|
||||||
d = Domain.last
|
d = Domain.last
|
||||||
|
|
||||||
d.registrant_code.should_not == 'FIXED:CITIZEN_1234' # should not update, because pending
|
d.registrant_code.should_not == 'FIXED:CITIZEN_1234' # should not update
|
||||||
d.auth_info.should == existing_pw
|
d.auth_info.should == existing_pw
|
||||||
d.pending_update?.should == true
|
d.pending_update?.should == true
|
||||||
end
|
end
|
||||||
|
@ -1447,7 +1447,7 @@ describe 'EPP Domain', epp: true do
|
||||||
|
|
||||||
d = Domain.last
|
d = Domain.last
|
||||||
|
|
||||||
d.registrant_code.should_not == 'FIXED:CITIZEN_1234' # should not update, because pending
|
d.registrant_code.should_not == 'FIXED:CITIZEN_1234' # should not update
|
||||||
d.auth_info.should == existing_pw
|
d.auth_info.should == existing_pw
|
||||||
d.nameservers.size == 3
|
d.nameservers.size == 3
|
||||||
d.pending_update?.should == false
|
d.pending_update?.should == false
|
||||||
|
@ -1482,7 +1482,7 @@ describe 'EPP Domain', epp: true do
|
||||||
|
|
||||||
d = Domain.find(domain_id)
|
d = Domain.find(domain_id)
|
||||||
|
|
||||||
d.registrant_code.should_not == 'FIXED:CITIZEN_1234' # should not update, because pending
|
d.registrant_code.should_not == 'FIXED:CITIZEN_1234' # should not update
|
||||||
d.auth_info.should == existing_pw
|
d.auth_info.should == existing_pw
|
||||||
d.nameservers.size.should == 0
|
d.nameservers.size.should == 0
|
||||||
d.pending_update?.should == false
|
d.pending_update?.should == false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue