Sha256: ecfc015fce2b85fa129ee6913efda0386dfa8517b67173de5cb8769c85c9e812

Contents?: true

Size: 383 Bytes

Versions: 7

Compression:

Stored size: 383 Bytes

Contents

#nameservers
  should: %s CLASS(array)
  should: %s SIZE(3)
  should: %s[0] CLASS(nameserver)
  should: %s[0].name == "titan.radore.com"
  should: %s[0].ipv4 == nil
  should: %s[1] CLASS(nameserver)
  should: %s[1].name == "janus.radore.com"
  should: %s[1].ipv4 == nil
  should: %s[2] CLASS(nameserver)
  should: %s[2].name == "mimas.rh.com.tr"
  should: %s[2].ipv4 == "77.75.34.2"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.expected
whois-2.6.2 spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.expected
whois-2.6.1 spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.expected
whois-2.6.0 spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.expected
whois-2.5.1 spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.expected
whois-2.5.0 spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.expected
whois-2.4.0 spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.expected