Sha256: 72ea379ff4c08a6c00d65ef6c5f44e3c47e3156e78dc9d793f7cb64481c37a17

Contents?: true

Size: 592 Bytes

Versions: 7

Compression:

Stored size: 592 Bytes

Contents

#status
  should: %s == :inactive

#available?
  should: %s == false

#registered?
  should: %s == true


#created_on
  should: %s CLASS(time)
  should: %s == Time.parse("2005-11-21 15:21:32")

#updated_on
  should: %s CLASS(time)
  should: %s == Time.parse("2006-06-08 21:54:41")

#expires_on
  should: %s CLASS(time)
  should: %s == Time.parse("2010-11-21 15:21:32")


#nameservers
  should: %s CLASS(array)
  should: %s SIZE(2)
  should: %s[0] CLASS(nameserver)
  should: %s[0].name == "ns10.tepuyserver.net"
  should: %s[1] CLASS(nameserver)
  should: %s[1].name == "ns9.tepuyserver.net"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.nic.ve/status_inactive.expected
whois-2.6.2 spec/fixtures/responses/whois.nic.ve/status_inactive.expected
whois-2.6.1 spec/fixtures/responses/whois.nic.ve/status_inactive.expected
whois-2.6.0 spec/fixtures/responses/whois.nic.ve/status_inactive.expected
whois-2.5.1 spec/fixtures/responses/whois.nic.ve/status_inactive.expected
whois-2.5.0 spec/fixtures/responses/whois.nic.ve/status_inactive.expected
whois-2.4.0 spec/fixtures/responses/whois.nic.ve/status_inactive.expected