Sha256: 083e5d55db4d382274d9d83e45853aa2e3e138eb37dadc2675425c245f052919

Contents?: true

Size: 432 Bytes

Versions: 7

Compression:

Stored size: 432 Bytes

Contents

#nameservers
  should: %s CLASS(array)
  should: %s SIZE(3)
  should: %s[0] CLASS(nameserver)
  should: %s[0].name == "ns.kraxnet.com"
  should: %s[0].ipv4 == nil
  should: %s[1] CLASS(nameserver)
  should: %s[1].name == "ns1.kraxnet.cz"
  should: %s[1].ipv4 == "178.217.247.1"
  should: %s[2] CLASS(nameserver)
  should: %s[2].name == "ns.kraxnet.cz"
  should: %s[2].ipv4 == "178.217.247.2"
  should: %s[2].ipv6 == "2a02:1360::56"

Version data entries

7 entries across 7 versions & 1 rubygems

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