Sha256: f4bb337c7410d67e1f61f6575a264058f7168344a629f8e3e113b662c4d16168

Contents?: true

Size: 888 Bytes

Versions: 4

Compression:

Stored size: 888 Bytes

Contents

//  Description:
//  The standard registrant contact property.

//  The standard registrant contact follows this schema:
//      
//    [ORGANIZATION]
//    [ADDRESS]
//    [CITY, ST ZIP]
//    [COUNTRY]

#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].id            == nil
  should: %s[0].name          == nil
  should: %s[0].organization  == "North Idaho College"
  should: %s[0].address       == "1000 W. Garden Avenue"
  should: %s[0].city          == "Coeur d'Alene"
  should: %s[0].zip           == "83814"
  should: %s[0].state         == "ID"
  should: %s[0].country       == "UNITED STATES"
  should: %s[0].country_code  == nil
  should: %s[0].phone         == nil
  should: %s[0].fax           == nil
  should: %s[0].email         == nil

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.educause.edu/property_contact_registrant.expected
whois-2.6.2 spec/fixtures/responses/whois.educause.edu/property_contact_registrant.expected
whois-2.6.1 spec/fixtures/responses/whois.educause.edu/property_contact_registrant.expected
whois-2.6.0 spec/fixtures/responses/whois.educause.edu/property_contact_registrant.expected