Sha256: e033c8193b0179c02e8d77ad518cff59b84bdc608543966435d6a8e2144a365a

Contents?: true

Size: 713 Bytes

Versions: 10

Compression:

Stored size: 713 Bytes

Contents

#disclaimer
  should: %s == nil


#domain
  should: %s == "googlededewdedewdewde.foo.de"

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


#status
  should: %s == :invalid

#available?
  should: %s == false

#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-2.0/status_invalid.expected
whois-2.1.0 spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected
whois-2.0.7 spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected
whois-2.0.6 spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected
whois-2.0.5 spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected
whois-2.0.4 spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected
whois-2.0.3 spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected
whois-2.0.2 spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected
whois-2.0.1 spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected
whois-2.0.0 spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected