Remove duplicate method

#746
This commit is contained in:
Artur Beljajev 2018-03-06 12:26:35 +02:00
parent a910165bc9
commit bfbee65a49
3 changed files with 3 additions and 20 deletions

View file

@ -76,10 +76,6 @@ RSpec.describe Contact do
end
end
it 'should not have relation with domains' do
@contact.domains_present?.should == false
end
it 'should not overwrite code' do
old_code = @contact.code
@contact.code = 'CID:REG1:should-not-overwrite-old-code-12345'