Sha256: 98ac7951b451ab225100b8dcd9448ca1f0977f1d1a7b5b418b85745c5d1de339

Contents?: true

Size: 1.06 KB

Versions: 6

Compression:

Stored size: 1.06 KB

Contents

#registrant_contacts
  should: %s CLASS(array)
  should: %s SIZE(1)
  should: %s[0] CLASS(contact)
  should: %s[0].type         == Whois::Record::Contact::TYPE_REGISTRANT
  should: %s[0].name         == "Tony Kerr"
  should: %s[0].organization == ""
  should: %s[0].address      == ""
  should: %s[0].city         == ""
  should: %s[0].zip          == ""
  should: %s[0].state        == ""
  should: %s[0].country_code == "US"
  should: %s[0].phone        == ""
  should: %s[0].fax          == ""
  should: %s[0].email        == ""

#technical_contacts
  should: %s CLASS(array)
  should: %s SIZE(1)
  should: %s[0] CLASS(contact)
  should: %s[0].type         == Whois::Record::Contact::TYPE_TECHNICAL
  should: %s[0].name         == "Tony Kerr"
  should: %s[0].organization == ""
  should: %s[0].address      == ""
  should: %s[0].city         == ""
  should: %s[0].zip          == ""
  should: %s[0].state        == ""
  should: %s[0].country_code == "US"
  should: %s[0].phone        == "+1."
  should: %s[0].fax          == ""
  should: %s[0].email        == "tkerr@sportimeny.com"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.enom.com/property_contacts_almost_empty.expected
whois-2.6.2 spec/fixtures/responses/whois.enom.com/property_contacts_almost_empty.expected
whois-2.6.1 spec/fixtures/responses/whois.enom.com/property_contacts_almost_empty.expected
whois-2.6.0 spec/fixtures/responses/whois.enom.com/property_contacts_almost_empty.expected
whois-2.5.1 spec/fixtures/responses/whois.enom.com/property_contacts_almost_empty.expected
whois-2.5.0 spec/fixtures/responses/whois.enom.com/property_contacts_almost_empty.expected