Sha256: da374ead1b0986cbdac03c8e650d7f974d593019c2eca0aafa03cfcb85b9f5c6

Contents?: true

Size: 564 Bytes

Versions: 5

Compression:

Stored size: 564 Bytes

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         == ""
  should: %s[0].organization == "Ben Cohen"
  should: %s[0].address      == "9 Carolyn Ct."
  should: %s[0].city         == "Owings Mills"
  should: %s[0].zip          == "21117"
  should: %s[0].state        == "MD"
  should: %s[0].country_code == "US"
  should: %s[0].phone        == ""
  should: %s[0].fax          == ""
  should: %s[0].email        == ""

Version data entries

5 entries across 5 versions & 1 rubygems

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