Sha256: 118747e714dde9212e8b6f1c16a6d16bfc834cce5cef6a403af799b62c1e6250
Contents?: true
Size: 660 Bytes
Versions: 3
Compression:
Stored size: 660 Bytes
Contents
#domain should: %s == "google.gs" #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("2004-07-08") #updated_on should: %s CLASS(time) should: %s == Time.parse("2010-06-07") #expires_on should: %s CLASS(time) should: %s == Time.parse("2011-07-08") #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