Sha256: 97575b350ebc4887e7fb4902220d16cfbd7b83a7993b60387567dc2fb34b0ba1
Contents?: true
Size: 520 Bytes
Versions: 10
Compression:
Stored size: 520 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 be_a(Array) should: %s have(2).items should: %s[0] be_a(_nameserver) should: %s[0].name == "ns1.commit.gm" should: %s[1] be_a(_nameserver) should: %s[1].name == "ns1.sol.no"
Version data entries
10 entries across 10 versions & 1 rubygems