Sha256: ed360c1e24081a08c52b5ddf71c8b64bb374cb91fa11d90f759139a0be64dd31

Contents?: true

Size: 574 Bytes

Versions: 7

Compression:

Stored size: 574 Bytes

Contents

#status
  should: %s == :registered

#available?
  should: %s == false

#registered?
  should: %s == true


#created_on
  should: %s CLASS(time)
  should: %s == Time.parse("2002-03-29 22:03:53 UTC")

#updated_on
  should: %s CLASS(time)
  should: %s == Time.parse("2002-03-29 22:03:53 UTC")

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


#nameservers
  should: %s CLASS(array)
  should: %s SIZE(2)
  should: %s[0] CLASS(nameserver)
  should: %s[0].name == "ns3.zoneedit.com"
  should: %s[1] CLASS(nameserver)
  should: %s[1].name == "ns5.zoneedit.com"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.za.net/status_registered.expected
whois-2.6.2 spec/fixtures/responses/whois.za.net/status_registered.expected
whois-2.6.1 spec/fixtures/responses/whois.za.net/status_registered.expected
whois-2.6.0 spec/fixtures/responses/whois.za.net/status_registered.expected
whois-2.5.1 spec/fixtures/responses/whois.za.net/status_registered.expected
whois-2.5.0 spec/fixtures/responses/whois.za.net/status_registered.expected
whois-2.4.0 spec/fixtures/responses/whois.za.net/status_registered.expected