Sha256: 57611f0a22e7876fefdf5091cd3c07aad3e820df97e507694f24be557ccb47df
Contents?: true
Size: 837 Bytes
Versions: 4
Compression:
Stored size: 837 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("2012-04-26") #expires_on should: %s CLASS(time) should: %s == Time.parse("2013-05-23") #registrar should: %s CLASS(registrar) should: %s.id == nil should: %s.name == "MarkMonitor" should: %s.url == "http://www.markmonitor.com" #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
4 entries across 4 versions & 1 rubygems