Sha256: 0e3b24735bc929bfb9a90cbfa35d154a191118de2a8486f373d5c94c728e56f5

Contents?: true

Size: 391 Bytes

Versions: 10

Compression:

Stored size: 391 Bytes

Contents

#nameservers
  should: %s be_a(Array)
  should: %s have(3).items
  should: %s[0] be_a(_nameserver)
  should: %s[0].name == "ns1.arbed.lu"
  should: %s[0].ipv4 == "194.154.218.10"
  should: %s[1] be_a(_nameserver)
  should: %s[1].name == "ns1.pt.lu"
  should: %s[1].ipv4 == nil
  should: %s[2] be_a(_nameserver)
  should: %s[2].name == "ns2.arbed.lu"
  should: %s[2].ipv4 == "194.154.218.12"

Version data entries

10 entries across 10 versions & 1 rubygems

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