Sha256: fa7d5dee396920d5d27818776829384a4cfbc25d6e3b79841ff00807c4f630fa

Contents?: true

Size: 1.45 KB

Versions: 10

Compression:

Stored size: 1.45 KB

Contents

#disclaimer
  should: %s == "All the domain data that is visible in the whois search is protected by law. It is not permitted to use it for any purpose other than technical or administrative requirements associated with the operation of the Internet or in order to contact the domain holder over legal problems. You are not permitted to save it electronically or in any other way without DENIC's express written permission. It is prohibited, in particular, to use it for advertising or any similar purpose. By maintaining the connection you assure that you have a legitimate interest in the data and that you will only use it for the stated purposes. You are aware that DENIC maintains the right to initiate legal proceedings against you in the event of any breach of this assurance and to bar you from using its whois query."


#domain
  should: %s == nil

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


#status
  should: %s == :available

#available?
  should: %s == true

#registered?
  should: %s == false


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

#updated_on
  should: %s == nil

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


#registrar
  should: %s == nil

#registrant_contacts
  should: %s be_a(Array)
  should: %s == []

#admin_contacts
  should: %s be_a(Array)
  should: %s == []

#technical_contacts
  should: %s be_a(Array)
  should: %s == []


#nameservers
  should: %s be_a(Array)
  should: %s == []

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
whois-2.2.0 spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected
whois-2.1.0 spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected
whois-2.0.7 spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected
whois-2.0.6 spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected
whois-2.0.5 spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected
whois-2.0.4 spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected
whois-2.0.3 spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected
whois-2.0.2 spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected
whois-2.0.1 spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected
whois-2.0.0 spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected