Cleaned up unnecessary comments

This commit is contained in:
Andres Keskküla 2014-10-22 10:51:32 +03:00
parent cfdafe7aac
commit 76e19b7e90
5 changed files with 9 additions and 10 deletions

View file

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