mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Cleaned up unnecessary comments
This commit is contained in:
parent
cfdafe7aac
commit
76e19b7e90
5 changed files with 9 additions and 10 deletions
|
@ -65,10 +65,8 @@ describe DomainVersion do
|
|||
|
||||
context 'when removing child' do
|
||||
it('has one domain version before events') { expect(DomainVersion.count).to eq(1) }
|
||||
before(:each) { Domain.last.nameservers << Fabricate(:nameserver) }
|
||||
|
||||
it 'contact creates a version' do
|
||||
# FIXME: For some reason nameservers disappeared mid-test, but randomly stopped happening
|
||||
expect(DomainVersion.count).to eq(1)
|
||||
DomainContact.last.destroy
|
||||
expect(Domain.last.valid?).to be(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue