Sha256: eddc158d3fdd9ed331ea9914c8a65a25652cd26b0493c348041a1d887956cade

Contents?: true

Size: 505 Bytes

Versions: 7

Compression:

Stored size: 505 Bytes

Contents

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

#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("2006-08-22")

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

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


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

Version data entries

7 entries across 7 versions & 1 rubygems

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