Sha256: ed5b3919a8cc01e29a63af40baf1ff21672b690a1e23cce4063a9f35ff36ee03

Contents?: true

Size: 664 Bytes

Versions: 10

Compression:

Stored size: 664 Bytes

Contents

#registrant_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_REGISTRANT
  should: %s[0].id           == nil
  should: %s[0].name         == "Google, Inc."
  should: %s[0].organization == "Google, Inc."
  should: %s[0].address      == "Amphitheatre Pkwy 1600."
  should: %s[0].city         == "Mountain View"
  should: %s[0].zip          == "CA-94043"
  should: %s[0].state        == nil
  should: %s[0].country_code == "US"
  should: %s[0].phone        == "+1 650 253 0000"
  should: %s[0].fax          == "+1 650 253 0001"
  should: %s[0].email        == nil

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
whois-2.2.0 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.1.0 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.0.7 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.0.6 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.0.5 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.0.4 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.0.3 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.0.2 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.0.1 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
whois-2.0.0 spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected