Sha256: cc40329fc800911942a490ef2748a39eb704e7d49de391db54d1e388b0f770de

Contents?: true

Size: 652 Bytes

Versions: 7

Compression:

Stored size: 652 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].id           == "HTML1-ITNIC"
  should: %s[0].name         == "HTML.it srl"
  should: %s[0].organization == "HTML.it srl"
  should: %s[0].address      == "Viale Alessandrino, 595"
  should: %s[0].city         == "Roma"
  should: %s[0].zip          == "00172"
  should: %s[0].state        == "RM"
  should: %s[0].country_code == "IT"
  should: %s[0].created_on   == Time.parse("2007-03-01 10:28:08")
  should: %s[0].updated_on   == Time.parse("2007-03-01 10:28:08")

Version data entries

7 entries across 7 versions & 1 rubygems

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