Sha256: 3337b3fb2a23d8bff60d37edb406f44ead10f785a4330b953125183d8cdd8096

Contents?: true

Size: 628 Bytes

Versions: 10

Compression:

Stored size: 628 Bytes

Contents

#disclaimer
  should: %s == nil


#domain
  should: %s == "google.hu"

#domain_id
  should: %s == nil


#status
  should: %s == :registered

#available?
  should: %s == false

#registered?
  should: %s == true


#created_on
  should: %s == nil

#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.nic.hu/schema-current/status_registered.expected
whois-2.1.0 spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected
whois-2.0.7 spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected
whois-2.0.6 spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected
whois-2.0.5 spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected
whois-2.0.4 spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected
whois-2.0.3 spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected
whois-2.0.2 spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected
whois-2.0.1 spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected
whois-2.0.0 spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected