Sha256: d396515efe3a53e5736d0b3491a198721a3af6212ededd1edbe1712284c0b385

Contents?: true

Size: 558 Bytes

Versions: 9

Compression:

Stored size: 558 Bytes

Contents

#status
  should: %s == :registered

#available?
  should: %s == false

#registered?
  should: %s == true


#created_on
  should: %s be_a(Time)
  should: %s == Time.parse("2004-07-08")

#updated_on
  should: %s be_a(Time)
  should: %s == Time.parse("2010-06-07")

#expires_on
  should: %s be_a(Time)
  should: %s == Time.parse("2011-07-08")


#nameservers
  should: %s be_a(Array)
  should: %s have(2).items
  should: %s[0] be_a(_nameserver)
  should: %s[0].name == "ns1.google.com"
  should: %s[1] be_a(_nameserver)
  should: %s[1].name == "ns2.google.com"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
whois-2.1.0 spec/fixtures/responses/whois.nic.gs/status_registered.expected
whois-2.0.7 spec/fixtures/responses/whois.nic.gs/status_registered.expected
whois-2.0.6 spec/fixtures/responses/whois.nic.gs/status_registered.expected
whois-2.0.5 spec/fixtures/responses/whois.nic.gs/status_registered.expected
whois-2.0.4 spec/fixtures/responses/whois.nic.gs/status_registered.expected
whois-2.0.3 spec/fixtures/responses/whois.nic.gs/status_registered.expected
whois-2.0.2 spec/fixtures/responses/whois.nic.gs/status_registered.expected
whois-2.0.1 spec/fixtures/responses/whois.nic.gs/status_registered.expected
whois-2.0.0 spec/fixtures/responses/whois.nic.gs/status_registered.expected