Sha256: f9c55522418448f872c70ced202aeb445a0c5c31f97e9803b12617f83d8fe1e4

Contents?: true

Size: 670 Bytes

Versions: 10

Compression:

Stored size: 670 Bytes

Contents

#technical_contacts
  should: %s be_a(Array)
  should: %s have(1).items
  should: %s[0] be_a(_contact)
  should: %s[0].type         == Whois::Record::Contact::TYPE_TECHNICAL
  should: %s[0].id           == "AARS1-ITNIC"
  should: %s[0].name         == "Andrea Antonio Renato Stratta"
  should: %s[0].organization == "UCI Italia Srl"
  should: %s[0].address      == "Via E. Fermi, 161"
  should: %s[0].city         == "Roma"
  should: %s[0].zip          == "00146"
  should: %s[0].state        == "RM"
  should: %s[0].country_code == "IT"
  should: %s[0].created_on   == Time.parse("2006-08-16 00:00:00")
  should: %s[0].updated_on   == Time.parse("2007-03-01 07:48:42")

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
whois-2.2.0 spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected
whois-2.1.0 spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected
whois-2.0.7 spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected
whois-2.0.6 spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected
whois-2.0.5 spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected
whois-2.0.4 spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected
whois-2.0.3 spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected
whois-2.0.2 spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected
whois-2.0.1 spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected
whois-2.0.0 spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected