Sha256: be5a0a9e7cb89cb2ca11fa5ed207b389381ba11e958dcbc6687a1cb5ed646bb0

Contents?: true

Size: 541 Bytes

Versions: 10

Compression:

Stored size: 541 Bytes

Contents

#nameservers
  should: %s be_a(Array)
  should: %s have(4).items
  should: %s[0] be_a(_nameserver)
  should: %s[0] == _nameserver.new(:name => "ns2.loopia.se", :ipv4 => "93.188.0.21")
  should: %s[1] be_a(_nameserver)
  should: %s[1] == _nameserver.new(:name => "ns4.loopia.se", :ipv4 => "93.188.0.20")
  should: %s[2] be_a(_nameserver)
  should: %s[2] == _nameserver.new(:name => "ns3.loopia.se", :ipv4 => "93.188.0.21")
  should: %s[3] be_a(_nameserver)
  should: %s[3] == _nameserver.new(:name => "ns1.loopia.se", :ipv4 => "93.188.0.20")

Version data entries

10 entries across 10 versions & 1 rubygems

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