Sha256: d7b828a8892229cee610dee70fe2ea0b36916eda4467dee6fdf3bf2c2054cd60

Contents?: true

Size: 397 Bytes

Versions: 9

Compression:

Stored size: 397 Bytes

Contents

#status
  should: %s == :registered

#available?
  should: %s == false

#registered?
  should: %s == true


#created_on
  should: %s be_a(Time)
  should: %s == Time.parse("1995-01-01")

#updated_on
  should: %s be_a(Time)
  should: %s == Time.parse("2009-03-12")

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


#nameservers
  should: %s be_a(Array)
  should: %s have(3).items

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
whois-2.1.0 spec/fixtures/responses/whois.nic.fr/re/status_registered.expected
whois-2.0.7 spec/fixtures/responses/whois.nic.fr/re/status_registered.expected
whois-2.0.6 spec/fixtures/responses/whois.nic.fr/re/status_registered.expected
whois-2.0.5 spec/fixtures/responses/whois.nic.fr/re/status_registered.expected
whois-2.0.4 spec/fixtures/responses/whois.nic.fr/re/status_registered.expected
whois-2.0.3 spec/fixtures/responses/whois.nic.fr/re/status_registered.expected
whois-2.0.2 spec/fixtures/responses/whois.nic.fr/re/status_registered.expected
whois-2.0.1 spec/fixtures/responses/whois.nic.fr/re/status_registered.expected
whois-2.0.0 spec/fixtures/responses/whois.nic.fr/re/status_registered.expected