Sha256: 7f8136197ee4da21eb0689d8a559bf0fab5ba3b5adda393a1cd0d413ce29f386
Contents?: true
Size: 570 Bytes
Versions: 7
Compression:
Stored size: 570 Bytes
Contents
#status should: %s == :registered #available? should: %s == false #registered? should: %s == true #created_on should: %s CLASS(time) should: %s == Time.parse("2001-08-23 00:00:00 UTC") #updated_on should: %s raise_error(Whois::PropertyNotSupported) #expires_on should: %s CLASS(time) should: %s == Time.parse("2010-08-22 00:00:00 UTC") #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
7 entries across 7 versions & 1 rubygems