Sha256: d9ce51374e1f274a406e83137401a2fb7f81ecbf0e3389e82dc28a6737a456a1

Contents?: true

Size: 388 Bytes

Versions: 10

Compression:

Stored size: 388 Bytes

Contents

#nameservers
  should: %s be_a(Array)
  should: %s have(3).items
  should: %s[0] be_a(_nameserver)
  should: %s[0].name == "titan.radore.com"
  should: %s[0].ipv4 == nil
  should: %s[1] be_a(_nameserver)
  should: %s[1].name == "janus.radore.com"
  should: %s[1].ipv4 == nil
  should: %s[2] be_a(_nameserver)
  should: %s[2].name == "mimas.rh.com.tr"
  should: %s[2].ipv4 == "77.75.34.2"

Version data entries

10 entries across 10 versions & 1 rubygems

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