Sha256: a60fca4b8ebf2912aba687d09302278ffac90069680334ca4511c7629dac7714

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("2004-09-17")

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