Sha256: a7a5d87f2b36d1ad220df314af607881c90d1478c8b78633a03c95a1843db1cb

Contents?: true

Size: 627 Bytes

Versions: 7

Compression:

Stored size: 627 Bytes

Contents

#admin_contacts
  should: %s CLASS(array)
  should: %s SIZE(1)
  should: %s[0] CLASS(contact)
  should: %s[0].type         == Whois::Record::Contact::TYPE_ADMIN
  should: %s[0].id           == "TT4277-ITNIC"
  should: %s[0].name         == "Tsao Tu"
  should: %s[0].organization == "Tu Tsao"
  should: %s[0].address      == "30 Herbert Street"
  should: %s[0].city         == "Dublin"
  should: %s[0].zip          == "2"
  should: %s[0].state        == "IE"
  should: %s[0].country_code == "IE"
  should: %s[0].created_on   == Time.parse("2008-11-27 16:47:22")
  should: %s[0].updated_on   == Time.parse("2008-11-27 16:47:22")

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.nic.it/property_contact_with_organization.expected
whois-2.6.2 spec/fixtures/responses/whois.nic.it/property_contact_with_organization.expected
whois-2.6.1 spec/fixtures/responses/whois.nic.it/property_contact_with_organization.expected
whois-2.6.0 spec/fixtures/responses/whois.nic.it/property_contact_with_organization.expected
whois-2.5.1 spec/fixtures/responses/whois.nic.it/property_contact_with_organization.expected
whois-2.5.0 spec/fixtures/responses/whois.nic.it/property_contact_with_organization.expected
whois-2.4.0 spec/fixtures/responses/whois.nic.it/property_contact_with_organization.expected