Sha256: 3e760ca1b3ecc19ada50a51fef2842bb6aaca78d230eac766f6b4950197e4d27

Contents?: true

Size: 846 Bytes

Versions: 10

Compression:

Stored size: 846 Bytes

Contents

#status
  should: %s == :registered

#available?
  should: %s == false

#registered?
  should: %s == true


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

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

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


#nameservers
  should: %s be_a(Array)
  should: %s have(6).items
  should: %s[0] be_a(_nameserver)
  should: %s[0].name == "ns.isoc.org.il"
  should: %s[1] be_a(_nameserver)
  should: %s[1].name == "grappa.isoc.org.il"
  should: %s[2] be_a(_nameserver)
  should: %s[2].name == "aristo.tau.ac.il"
  should: %s[3] be_a(_nameserver)
  should: %s[3].name == "relay.huji.ac.il"
  should: %s[4] be_a(_nameserver)
  should: %s[4].name == "drns.isoc.org.il"
  should: %s[5] be_a(_nameserver)
  should: %s[5].name == "sps-pb.isc.org"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
whois-2.2.0 spec/fixtures/responses/whois.isoc.org.il/status_registered.expected
whois-2.1.0 spec/fixtures/responses/whois.isoc.org.il/status_registered.expected
whois-2.0.7 spec/fixtures/responses/whois.isoc.org.il/status_registered.expected
whois-2.0.6 spec/fixtures/responses/whois.isoc.org.il/status_registered.expected
whois-2.0.5 spec/fixtures/responses/whois.isoc.org.il/status_registered.expected
whois-2.0.4 spec/fixtures/responses/whois.isoc.org.il/status_registered.expected
whois-2.0.3 spec/fixtures/responses/whois.isoc.org.il/status_registered.expected
whois-2.0.2 spec/fixtures/responses/whois.isoc.org.il/status_registered.expected
whois-2.0.1 spec/fixtures/responses/whois.isoc.org.il/status_registered.expected
whois-2.0.0 spec/fixtures/responses/whois.isoc.org.il/status_registered.expected