This commit is contained in:
Martin Lensment 2015-06-08 15:31:15 +03:00
parent e0c21acba5
commit 2ad45b6919
3 changed files with 19 additions and 19 deletions

View file

@ -24,7 +24,7 @@ describe ZonefileSetting do
master_nameserver: 'ns.tld.ee'
}).first_or_create!
d = Fabricate(:domain_with_dnskeys)
d = Fabricate(:domain_with_dnskeys, name: 'testpri.ee')
d.nameservers << Nameserver.new({
hostname: "ns.#{d.name}",
ipv4: '123.123.123.123',