Sha256: 5e73d1718945251041642ff0281b82e9d53650ba5de4874307db52aa6c39e7c7

Contents?: true

Size: 307 Bytes

Versions: 5

Compression:

Stored size: 307 Bytes

Contents

#nameservers
  should: %s be_a(Array)
  should: %s have(2).items
  should: %s[0] be_a(_nameserver)
  should: %s[0].name == "dns1.servicemagic.eu"
  should: %s[0].ipv4 == "91.121.133.61"
  should: %s[1] be_a(_nameserver)
  should: %s[1].name == "dns2.servicemagic.eu"
  should: %s[1].ipv4 == "91.121.103.77"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
whois-2.0.4 spec/fixtures/responses/whois.eu/property_nameservers_with_ip.expected
whois-2.0.3 spec/fixtures/responses/whois.eu/property_nameservers_with_ip.expected
whois-2.0.2 spec/fixtures/responses/whois.eu/property_nameservers_with_ip.expected
whois-2.0.1 spec/fixtures/responses/whois.eu/property_nameservers_with_ip.expected
whois-2.0.0 spec/fixtures/responses/whois.eu/property_nameservers_with_ip.expected