Sha256: 733e3c4e5341d86687348699b58cfeec70382c8f02e61c3f918e8fa061bf5040

Contents?: true

Size: 815 Bytes

Versions: 10

Compression:

Stored size: 815 Bytes

Contents

#disclaimer
  should: %s == nil


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

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


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

#referral_whois
  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 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 == []


#response_unavailable?
  should: %s == false

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
whois-2.2.0 spec/fixtures/responses/whois.nic.it/status_available.expected
whois-2.1.0 spec/fixtures/responses/whois.nic.it/status_available.expected
whois-2.0.7 spec/fixtures/responses/whois.nic.it/status_available.expected
whois-2.0.6 spec/fixtures/responses/whois.nic.it/status_available.expected
whois-2.0.5 spec/fixtures/responses/whois.nic.it/status_available.expected
whois-2.0.4 spec/fixtures/responses/whois.nic.it/status_available.expected
whois-2.0.3 spec/fixtures/responses/whois.nic.it/status_available.expected
whois-2.0.2 spec/fixtures/responses/whois.nic.it/status_available.expected
whois-2.0.1 spec/fixtures/responses/whois.nic.it/status_available.expected
whois-2.0.0 spec/fixtures/responses/whois.nic.it/status_available.expected