Sha256: b5ab18942a89570f2df455c6e8b259dcae84ad12a2080a73eb89bd9c9cff7a71

Contents?: true

Size: 577 Bytes

Versions: 3

Compression:

Stored size: 577 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         == nil
  should: %s[0].organization == "The American University of the Caribbean School of Medicine"
  should: %s[0].address      == "c/o Campbell Corporate Services, Ltd.\nScotiabank Building, P. O. Box 268"
  should: %s[0].city         == "Grand Cayman"
  should: %s[0].zip          == nil
  should: %s[0].state        == nil
  should: %s[0].country      == "CAYMAN ISLANDS"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
whois-2.5.1 spec/fixtures/responses/whois.educause.edu/property_registrant_without_zip.expected
whois-2.5.0 spec/fixtures/responses/whois.educause.edu/property_registrant_without_zip.expected
whois-2.4.0 spec/fixtures/responses/whois.educause.edu/property_registrant_without_zip.expected