Sha256: ce1ba41f754c5e0d59ac432232a6d172f9144f62815cb4e21d96fdba708adcab

Contents?: true

Size: 793 Bytes

Versions: 20

Compression:

Stored size: 793 Bytes

Contents

#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 be_a(Time)
  should: %s == Time.parse("2008-05-10")

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

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


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

Version data entries

20 entries across 10 versions & 1 rubygems

Version Path
whois-2.2.0 spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected
whois-2.2.0 spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected
whois-2.1.0 spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected
whois-2.1.0 spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected
whois-2.0.7 spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected
whois-2.0.7 spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected
whois-2.0.6 spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected
whois-2.0.6 spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected
whois-2.0.5 spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected
whois-2.0.5 spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected
whois-2.0.4 spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected
whois-2.0.4 spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected
whois-2.0.3 spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected
whois-2.0.3 spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected
whois-2.0.2 spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected
whois-2.0.2 spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected
whois-2.0.1 spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected
whois-2.0.1 spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected
whois-2.0.0 spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected
whois-2.0.0 spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected