Sha256: ea3f5c23c700107a5599499d6b02d7ccd356b725dd8f850d4e0d85f9be08c755

Contents?: true

Size: 699 Bytes

Versions: 7

Compression:

Stored size: 699 Bytes

Contents

#status
  should: %s == :registered

#available?
  should: %s == false

#registered?
  should: %s == true


#created_on
  should: %s be_a(Time)
  should: %s == Time.parse("2003-01-09 00:00:00 UTC")

#updated_on
  should: %s raise_error(Whois::PropertyNotSupported)

#expires_on
  should: %s raise_error(Whois::PropertyNotSupported)


#nameservers
  should: %s be_a(Array)
  should: %s have(4).items
  should: %s[0] be_a(_nameserver)
  should: %s[0].name == "ns2.google.com"
  should: %s[1] be_a(_nameserver)
  should: %s[1].name == "ns4.google.com"
  should: %s[2] be_a(_nameserver)
  should: %s[2].name == "ns3.google.com"
  should: %s[3] be_a(_nameserver)
  should: %s[3].name == "ns1.google.com"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whois-2.0.6 spec/fixtures/responses/whois.dns.pt/status_registered.expected
whois-2.0.5 spec/fixtures/responses/whois.dns.pt/status_registered.expected
whois-2.0.4 spec/fixtures/responses/whois.dns.pt/status_registered.expected
whois-2.0.3 spec/fixtures/responses/whois.dns.pt/status_registered.expected
whois-2.0.2 spec/fixtures/responses/whois.dns.pt/status_registered.expected
whois-2.0.1 spec/fixtures/responses/whois.dns.pt/status_registered.expected
whois-2.0.0 spec/fixtures/responses/whois.dns.pt/status_registered.expected