Sha256: 4d78012889f2819d9213d2bfdb889a41fd84db154bfb29e7b10ed74757731c6c

Contents?: true

Size: 536 Bytes

Versions: 10

Compression:

Stored size: 536 Bytes

Contents

#status
  should: %s == :available

#available?
  should: %s == true

#registered?
  should: %s == false


#created_on
  should: %s == nil

#updated_on
  should: %s be_a(Time)
  should: %s == Time.parse("1999-09-27")

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


#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.iana.org/status_not_assigned.expected
whois-2.1.0 spec/fixtures/responses/whois.iana.org/status_not_assigned.expected
whois-2.0.7 spec/fixtures/responses/whois.iana.org/status_not_assigned.expected
whois-2.0.6 spec/fixtures/responses/whois.iana.org/status_not_assigned.expected
whois-2.0.5 spec/fixtures/responses/whois.iana.org/status_not_assigned.expected
whois-2.0.4 spec/fixtures/responses/whois.iana.org/status_not_assigned.expected
whois-2.0.3 spec/fixtures/responses/whois.iana.org/status_not_assigned.expected
whois-2.0.2 spec/fixtures/responses/whois.iana.org/status_not_assigned.expected
whois-2.0.1 spec/fixtures/responses/whois.iana.org/status_not_assigned.expected
whois-2.0.0 spec/fixtures/responses/whois.iana.org/status_not_assigned.expected