mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Whois body updated later with delayed job
This commit is contained in:
parent
ff709e8d7b
commit
7ff09c75e3
2 changed files with 24 additions and 23 deletions
|
@ -74,8 +74,8 @@ describe Domain do
|
|||
domain.errors.full_messages.should match_array(["Admin domain contacts is invalid"])
|
||||
end
|
||||
|
||||
it 'should have whois_body' do
|
||||
@domain.whois_body.present?.should == true
|
||||
it 'should not have whois_body present by default' do
|
||||
@domain.whois_body.present?.should == false
|
||||
end
|
||||
|
||||
context 'with versioning' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue