Sha256: 537627c27a02dcd07eda211ce7cb86cb3b5e64df8f0494b53cdcf8f888e4a1f6

Contents?: true

Size: 693 Bytes

Versions: 10

Compression:

Stored size: 693 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("2006-07-31")

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

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


#nameservers
  should: %s be_a(Array)
  should: %s have(2).items
  should: %s[0] be_a(_nameserver)
  should: %s[0].name == "ns12.zoneedit.com"
  should: %s[1] be_a(_nameserver)
  should: %s[1].name == "ns7.zoneedit.com"

Version data entries

10 entries across 10 versions & 1 rubygems

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