Sha256: f2173d4aaf6cdcb596d1270c431f55a087639e687aa999d35439396d9bac85cb

Contents?: true

Size: 762 Bytes

Versions: 7

Compression:

Stored size: 762 Bytes

Contents

#status
  should: %s == :registered

#available?
  should: %s == false

#registered?
  should: %s == true


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

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

#nameservers
  should: %s CLASS(array)
  should: %s SIZE(4)
  should: %s[0] CLASS(nameserver)
  should: %s[0].name == "ns3.google.com"
  should: %s[0].ipv4 == "216.239.36.10"
  should: %s[1] CLASS(nameserver)
  should: %s[1].name == "ns4.google.com"
  should: %s[1].ipv4 == "216.239.38.10"
  should: %s[2] CLASS(nameserver)
  should: %s[2].name == "ns1.google.com"
  should: %s[2].ipv4 == "216.239.32.10"
  should: %s[3] CLASS(nameserver)
  should: %s[3].name == "ns2.google.com"
  should: %s[3].ipv4 == "216.239.34.10"

Version data entries

7 entries across 7 versions & 1 rubygems

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