Sha256: 6b651bf7ff20c3d8b2653ad6f2b4c392c3ea265915b17d89bba85aa86b414ee5

Contents?: true

Size: 556 Bytes

Versions: 5

Compression:

Stored size: 556 Bytes

Contents

#nameservers
  should: %s be_a(Array)
  should: %s have(5).items
  should: %s[0] be_a(_nameserver)
  should: %s[0].name == "a.nic.eu"
  should: %s[1] be_a(_nameserver)
  should: %s[1].name == "l.nic.eu"
  should: %s[2] be_a(_nameserver)
  should: %s[2].name == "p.nic.eu"
  should: %s[3] be_a(_nameserver)
  should: %s[3].name == "ns1.eurid.eu"
  should: %s[3].ipv4 == "91.220.191.220"
  should: %s[3].ipv6 == nil
  should: %s[4] be_a(_nameserver)
  should: %s[4].name == "ns2.eurid.eu"
  should: %s[4].ipv4 == "195.234.53.220"
  should: %s[4].ipv6 == nil

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
whois-2.2.0 spec/fixtures/responses/whois.eu/property_nameservers.expected
whois-2.1.0 spec/fixtures/responses/whois.eu/property_nameservers.expected
whois-2.0.7 spec/fixtures/responses/whois.eu/property_nameservers.expected
whois-2.0.6 spec/fixtures/responses/whois.eu/property_nameservers.expected
whois-2.0.5 spec/fixtures/responses/whois.eu/property_nameservers.expected