Sha256: f5217b6a6f7ad69a8baf36ab2ab20fdf48a1462540abd880e8c687889ca8ec7e

Contents?: true

Size: 285 Bytes

Versions: 9

Compression:

Stored size: 285 Bytes

Contents

#nameservers
  should: %s be_a(Array)
  should: %s have(2).items
  should: %s[0] be_a(_nameserver)
  should: %s[0].name == "ns.albatani.cz"
  should: %s[0].ipv4 == "195.122.208.21"
  should: %s[1] be_a(_nameserver)
  should: %s[1].name == "ns.albatani.net"
  should: %s[1].ipv4 == nil

Version data entries

9 entries across 9 versions & 1 rubygems

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