Sha256: 8a2f437c151936c21061dd640bb8a601c75445d31ed2f9120585e99e7781f5ea
Contents?: true
Size: 660 Bytes
Versions: 3
Compression:
Stored size: 660 Bytes
Contents
#domain should: %s == "google.tl" #domain_id should: %s raise_error(Whois::PropertyNotSupported) #status should: %s == :registered #available? should: %s == false #registered? should: %s == true #created_on should: %s CLASS(time) should: %s == Time.parse("2003-05-23") #updated_on should: %s CLASS(time) should: %s == Time.parse("2009-08-05") #expires_on should: %s CLASS(time) should: %s == Time.parse("2010-05-23") #nameservers should: %s CLASS(array) should: %s SIZE(2) should: %s[0] CLASS(nameserver) should: %s[0].name == "ns1.google.com" should: %s[1] CLASS(nameserver) should: %s[1].name == "ns2.google.com"
Version data entries
3 entries across 3 versions & 1 rubygems