Sha256: b1e5ab797a214a33e935be759890a99226c5e6e489384a8bf4f6fc6039e4f1ed

Contents?: true

Size: 364 Bytes

Versions: 10

Compression:

Stored size: 364 Bytes

Contents

#nameservers
  should: %s be_a(Array)
  should: %s have(2).items
  should: %s[0] be_a(_nameserver)
  should: %s[0] == _nameserver.new(:name => "ns1.citrin.ch", :ipv4 => "193.247.72.8", :ipv6 => "2001:8a8:21:5::11")
  should: %s[1] be_a(_nameserver)
  should: %s[1] == _nameserver.new(:name => "ns2.citrin.ch", :ipv4 => "62.12.149.3", :ipv6 => "2001:8a8:21:5::12")

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
whois-2.2.0 spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected
whois-2.1.0 spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected
whois-2.0.7 spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected
whois-2.0.6 spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected
whois-2.0.5 spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected
whois-2.0.4 spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected
whois-2.0.3 spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected
whois-2.0.2 spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected
whois-2.0.1 spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected
whois-2.0.0 spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected