Sha256: ed5b3919a8cc01e29a63af40baf1ff21672b690a1e23cce4063a9f35ff36ee03
Contents?: true
Size: 664 Bytes
Versions: 10
Compression:
Stored size: 664 Bytes
Contents
#registrant_contacts should: %s be_a(Array) should: %s have(1).items should: %s[0] be_a(_contact) should: %s[0].type == Whois::Record::Contact::TYPE_REGISTRANT should: %s[0].id == nil should: %s[0].name == "Google, Inc." should: %s[0].organization == "Google, Inc." should: %s[0].address == "Amphitheatre Pkwy 1600." should: %s[0].city == "Mountain View" should: %s[0].zip == "CA-94043" should: %s[0].state == nil should: %s[0].country_code == "US" should: %s[0].phone == "+1 650 253 0000" should: %s[0].fax == "+1 650 253 0001" should: %s[0].email == nil
Version data entries
10 entries across 10 versions & 1 rubygems