Sha256: 0495a1172df50722679110d987106ec2e637252bea5370c9f484b834758672d2

Contents?: true

Size: 551 Bytes

Versions: 7

Compression:

Stored size: 551 Bytes

Contents

#registrant_contacts
  should: %s CLASS(array)
  should: %s[0] CLASS(contact)
  should: %s[0].type         == Whois::Record::Contact::TYPE_REGISTRANT
  should: %s[0].id           == nil
  should: %s[0].name         =~ /Buruzs/
  should: %s[0].organization == nil
  should: %s[0].address      == nil
  should: %s[0].city         == nil
  should: %s[0].zip          == nil
  should: %s[0].state        == nil
  should: %s[0].country_code == nil
  should: %s[0].phone        == nil
  should: %s[0].fax          == nil
  should: %s[0].email        == nil

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.expected
whois-2.6.2 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.expected
whois-2.6.1 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.expected
whois-2.6.0 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.expected
whois-2.5.1 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.expected
whois-2.5.0 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.expected
whois-2.4.0 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.expected