Sha256: c77a91b1475e29414c21b6043f4916fface4bca523e30fe5fbe89437eb2a5cb7

Contents?: true

Size: 1.31 KB

Versions: 6

Compression:

Stored size: 1.31 KB

Contents

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


#domain
  should: %s == "active.by"

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


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

#referral_url
  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("2003-02-02 15:50:44 UTC")

#updated_on
  should: %s CLASS(time)
  should: %s == Time.parse("2010-12-20 08:36:13 UTC")

#expires_on
  should: %s CLASS(time)
  should: %s == Time.parse("2013-12-21 10:07:40 UTC")


#registrar
  should: %s CLASS(registrar)
  should: %s.id           == "Active Technologies LLC"
  should: %s.name         == "Active Technologies LLC"
  should: %s.organization == "Active Technologies LLC"

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

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

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


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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.cctld.by/status_registered.expected
whois-2.6.2 spec/fixtures/responses/whois.cctld.by/status_registered.expected
whois-2.6.1 spec/fixtures/responses/whois.cctld.by/status_registered.expected
whois-2.6.0 spec/fixtures/responses/whois.cctld.by/status_registered.expected
whois-2.5.1 spec/fixtures/responses/whois.cctld.by/status_registered.expected
whois-2.5.0 spec/fixtures/responses/whois.cctld.by/status_registered.expected