Sha256: 6abd904c17be7eae481fee7bda415deb24c57a0f3184b36ebe42b953a848bbc2

Contents?: true

Size: 660 Bytes

Versions: 3

Compression:

Stored size: 660 Bytes

Contents

#domain
  should: %s == "google.na"

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


#status
  should: %s == :registered

#available?
  should: %s == false

#registered?
  should: %s == true


#created_on
  should: %s CLASS(time)
  should: %s == Time.parse("2007-03-28")

#updated_on
  should: %s CLASS(time)
  should: %s == Time.parse("2010-10-12")

#expires_on
  should: %s CLASS(time)
  should: %s == Time.parse("2011-08-20")


#nameservers
  should: %s CLASS(array)
  should: %s SIZE(2)
  should: %s[0] CLASS(nameserver)
  should: %s[0].name == "ns2.google.com"
  should: %s[1] CLASS(nameserver)
  should: %s[1].name == "ns1.google.com"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
whois-2.5.1 spec/fixtures/responses/whois.na-nic.com.na/status_registered.expected
whois-2.5.0 spec/fixtures/responses/whois.na-nic.com.na/status_registered.expected
whois-2.4.0 spec/fixtures/responses/whois.na-nic.com.na/status_registered.expected