Sha256: 59d3ca8839722b52a564a2f4d0c36aa48832d79b5e959ea747b3886bd02699ed

Contents?: true

Size: 706 Bytes

Versions: 7

Compression:

Stored size: 706 Bytes

Contents

#status
  should: %s == :registered

#available?
  should: %s == false

#registered?
  should: %s == true


#created_on
  should: %s CLASS(time)
  should: %s == Time.parse("2004-10-08")

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

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


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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.thnic.co.th/status_registered.expected
whois-2.6.2 spec/fixtures/responses/whois.thnic.co.th/status_registered.expected
whois-2.6.1 spec/fixtures/responses/whois.thnic.co.th/status_registered.expected
whois-2.6.0 spec/fixtures/responses/whois.thnic.co.th/status_registered.expected
whois-2.5.1 spec/fixtures/responses/whois.thnic.co.th/status_registered.expected
whois-2.5.0 spec/fixtures/responses/whois.thnic.co.th/status_registered.expected
whois-2.4.0 spec/fixtures/responses/whois.thnic.co.th/status_registered.expected