Sha256: d6e63bc1a35ebbbec498faa20607ebcd5d2dff6228860580999e6ba9f6c04477

Contents?: true

Size: 564 Bytes

Versions: 7

Compression:

Stored size: 564 Bytes

Contents

#status
  should: %s == :registered

#available?
  should: %s == false

#registered?
  should: %s == true


#created_on
  should: %s CLASS(time)
  should: %s == Time.parse("2001-06-15 00:00:00")

#updated_on
  should: %s CLASS(time)
  should: %s == Time.parse("2009-11-04 16:23:11")

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


#nameservers
  should: %s CLASS(array)
  should: %s SIZE(2)
  should: %s[0] CLASS(nameserver)
  should: %s[0].name == "seciu.edu.uy"
  should: %s[1] CLASS(nameserver)
  should: %s[1].name == "tacuabe.rau.edu.uy"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.nic.org.uy/status_registered.expected
whois-2.6.2 spec/fixtures/responses/whois.nic.org.uy/status_registered.expected
whois-2.6.1 spec/fixtures/responses/whois.nic.org.uy/status_registered.expected
whois-2.6.0 spec/fixtures/responses/whois.nic.org.uy/status_registered.expected
whois-2.5.1 spec/fixtures/responses/whois.nic.org.uy/status_registered.expected
whois-2.5.0 spec/fixtures/responses/whois.nic.org.uy/status_registered.expected
whois-2.4.0 spec/fixtures/responses/whois.nic.org.uy/status_registered.expected