Sha256: 3fa61eb3f741acc5c680d23d92fc6260c9d15620f3338d01cf8e09fe29f5d3da
Contents?: true
Size: 1.46 KB
Versions: 10
Compression:
Stored size: 1.46 KB
Contents
#status should: %s == :registered #available? should: %s == false #registered? should: %s == true #created_on should: %s be_a(Time) should: %s == Time.parse("2010-07-04 07:10:32") #updated_on should: %s be_a(Time) should: %s == Time.parse("2010-12-10 13:37:11") #expires_on should: %s be_a(Time) should: %s == Time.parse("2011-12-10") #registrar should: %s be_a(_registrar) should: %s.id == "fraktal" should: %s.name == "fraktal" should: %s.organization == nil #registrant_contacts should: %s be_a(Array) should: %s have(1).items should: %s[0] be_a(_contact) should: %s[0].type == Whois::Record::Contact::TYPE_REGISTRANT should: %s[0].id == "CID:FRAKTAL:1" should: %s[0].name == "Priit Haamer" should: %s[0].organization == nil #admin_contacts should: %s be_a(Array) should: %s have(1).items should: %s[0] be_a(_contact) should: %s[0].type == Whois::Record::Contact::TYPE_ADMIN should: %s[0].id == "CID:FRAKTAL:7" should: %s[0].name == "Tõnu Runnel" should: %s[0].organization == "Fraktal OÜ" #technical_contacts should: %s raise_error(Whois::PropertyNotSupported) #nameservers should: %s be_a(Array) should: %s have(2).items should: %s[0] be_a(_nameserver) should: %s[0].name == "ns3.edicy.net" should: %s[0].ipv4 == "82.129.24.69" should: %s[1] be_a(_nameserver) should: %s[1].name == "ns4.edicy.net" should: %s[1].ipv4 == "82.199.86.42"
Version data entries
10 entries across 10 versions & 1 rubygems