Sha256: b4974087550f3a1046c95f53f623434a8146bcc724f75301d430f043f0efb307

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

Contents

#disclaimer
  should: %s == "Use of CIRA's WHOIS service is governed by the Terms of Use in its Legal\nNotice, available at http://www.cira.ca/legal-notice/?lang=en\n\n(c) 2010 Canadian Internet Registration Authority, (http://www.cira.ca/)"


#domain
  should: %s == "u34jedzcq.ca"

#domain_id
  should: %s raise_error(Whois::PropertyNotSupported)


#referral_whois
  should: %s raise_error(Whois::PropertyNotSupported)

#referral_url
  should: %s raise_error(Whois::PropertyNotSupported)


#status
  should: %s == :available

#available?
  should: %s == true

#registered?
  should: %s == false


#created_on
  should: %s == nil

#updated_on
  should: %s == nil

#expires_on
  should: %s == nil


#registrar
  should: %s == nil

#registrant_contacts
  should: %s CLASS(array)
  should: %s == []

#admin_contacts
  should: %s CLASS(array)
  should: %s == []

#technical_contacts
  should: %s CLASS(array)
  should: %s == []


#nameservers
  should: %s CLASS(array)
  should: %s == []


#valid?
  should: %s == true

#invalid?
  should: %s == false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.cira.ca/status_available.expected
whois-2.6.2 spec/fixtures/responses/whois.cira.ca/status_available.expected
whois-2.6.1 spec/fixtures/responses/whois.cira.ca/status_available.expected
whois-2.6.0 spec/fixtures/responses/whois.cira.ca/status_available.expected
whois-2.5.1 spec/fixtures/responses/whois.cira.ca/status_available.expected
whois-2.5.0 spec/fixtures/responses/whois.cira.ca/status_available.expected