Sha256: 7a15126dfa2b4cac77daa0e9060244d8e38835efe2af1e10736a4e6b3e23b332
Contents?: true
Size: 830 Bytes
Versions: 7
Compression:
Stored size: 830 Bytes
Contents
#status should: %s == :registered #available? should: %s == false #registered? should: %s == true #created_on should: %s raise_error(Whois::PropertyNotSupported) #updated_on should: %s raise_error(Whois::PropertyNotSupported) #expires_on should: %s raise_error(Whois::PropertyNotSupported) #nameservers should: %s CLASS(array) should: %s SIZE(4) should: %s[0] CLASS(nameserver) should: %s[0].name == "ns1.google.com" should: %s[0].ipv4 == "216.239.32.10" should: %s[1] CLASS(nameserver) should: %s[1].name == "ns2.google.com" should: %s[1].ipv4 == "216.239.34.10" should: %s[2] CLASS(nameserver) should: %s[2].name == "ns3.google.com" should: %s[2].ipv4 == "216.239.36.10" should: %s[3] CLASS(nameserver) should: %s[3].name == "ns4.google.com" should: %s[3].ipv4 == "216.239.38.10"
Version data entries
7 entries across 7 versions & 1 rubygems