Sha256: 11aed53c45671e6bec65490e2f030f3c7ef51b44ef01ba6480bf417f053e1bc4

Contents?: true

Size: 1.96 KB

Versions: 7

Compression:

Stored size: 1.96 KB

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].name          == "adequatehq.com Private Registrant"
  should: %s[0].organization  == "A Happy DreamHost Customer"
  should: %s[0].address       == "417 Associated Rd #324"
  should: %s[0].city          == "Brea"
  should: %s[0].zip           == "92821"
  should: %s[0].state         == "CA"
  should: %s[0].country_code  == "US"
  should: %s[0].phone         == "+1.2139471032"
  should: %s[0].fax           == nil
  should: %s[0].email         == "adequatehq.com@proxy.dreamhost.com"

#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].name          == "adequatehq.com Private Registrant"
  should: %s[0].organization  == "A Happy DreamHost Customer"
  should: %s[0].address       == "417 Associated Rd #324"
  should: %s[0].city          == "Brea"
  should: %s[0].zip           == "92821"
  should: %s[0].state         == "CA"
  should: %s[0].country_code  == "US"
  should: %s[0].phone         == "+1.2139471032"
  should: %s[0].fax           == nil
  should: %s[0].email         == "adequatehq.com@proxy.dreamhost.com"

#technical_contacts
  should: %s CLASS(array)
  should: %s SIZE(1)
  should: %s[0] CLASS(contact)
  should: %s[0].type          == Whois::Record::Contact::TYPE_TECHNICAL
  should: %s[0].name          == "adequatehq.com Private Registrant"
  should: %s[0].organization  == "A Happy DreamHost Customer"
  should: %s[0].address       == "417 Associated Rd #324"
  should: %s[0].city          == "Brea"
  should: %s[0].zip           == "92821"
  should: %s[0].state         == "CA"
  should: %s[0].country_code  == "US"
  should: %s[0].phone         == "+1.2139471032"
  should: %s[0].fax           == nil
  should: %s[0].email         == "adequatehq.com@proxy.dreamhost.com"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.dreamhost.com/property_contact_private.expected
whois-2.6.2 spec/fixtures/responses/whois.dreamhost.com/property_contact_private.expected
whois-2.6.1 spec/fixtures/responses/whois.dreamhost.com/property_contact_private.expected
whois-2.6.0 spec/fixtures/responses/whois.dreamhost.com/property_contact_private.expected
whois-2.5.1 spec/fixtures/responses/whois.dreamhost.com/property_contact_private.expected
whois-2.5.0 spec/fixtures/responses/whois.dreamhost.com/property_contact_private.expected
whois-2.4.0 spec/fixtures/responses/whois.dreamhost.com/property_contact_private.expected