Sha256: f9cc6806ce355ad959b25e2f9055d2cb1735317198a06c8e0d605e3d42034842
Contents?: true
Size: 611 Bytes
Versions: 10
Compression:
Stored size: 611 Bytes
Contents
#status should: %s == :registered #available? should: %s == false #registered? should: %s == true #created_on should: %s be_a(Time) should: %s == Time.parse("1999-06-06") #updated_on should: %s raise_error(Whois::PropertyNotSupported) #expires_on should: %s raise_error(Whois::PropertyNotSupported) #nameservers should: %s be_a(Array) should: %s have(3).items should: %s[0] be_a(_nameserver) should: %s[0].name == "ns1.google.com" should: %s[1] be_a(_nameserver) should: %s[1].name == "ns2.google.com" should: %s[2] be_a(_nameserver) should: %s[2].name == "ns3.google.com"
Version data entries
10 entries across 10 versions & 1 rubygems