Sha256: 34d3329ae4438cd8acdfdd92f66fb49cc6dad38fba402a6e90fee73181d6ad0d

Contents?: true

Size: 675 Bytes

Versions: 75

Compression:

Stored size: 675 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 raise_error(Whois::PropertyNotSupported)

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


#nameservers
  should: %s be_a(Array)
  should: %s have(4).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"
  should: %s[2] be_a(_nameserver)
  should: %s[2].name == "ns3.google.com"
  should: %s[3] be_a(_nameserver)
  should: %s[3].name == "ns4.google.com"

Version data entries

75 entries across 10 versions & 1 rubygems

Version Path
whois-2.2.0 spec/fixtures/responses/whois.nic.li/status_registered.expected
whois-2.2.0 spec/fixtures/responses/whois.eu/status_registered.expected
whois-2.2.0 spec/fixtures/responses/whois.adamsnames.tc/vg/status_registered.expected
whois-2.2.0 spec/fixtures/responses/kero.yachay.pe/status_registered.expected
whois-2.2.0 spec/fixtures/responses/whois.adamsnames.tc/tc/status_registered.expected
whois-2.2.0 spec/fixtures/responses/whois.ai/status_registered.expected
whois-2.2.0 spec/fixtures/responses/whois.rotld.ro/status_registered.expected
whois-2.1.0 spec/fixtures/responses/whois.adamsnames.tc/tc/status_registered.expected
whois-2.1.0 spec/fixtures/responses/kero.yachay.pe/status_registered.expected
whois-2.1.0 spec/fixtures/responses/whois.eu/status_registered.expected
whois-2.1.0 spec/fixtures/responses/whois.nic.li/status_registered.expected
whois-2.1.0 spec/fixtures/responses/whois.rotld.ro/status_registered.expected
whois-2.1.0 spec/fixtures/responses/whois.ai/status_registered.expected
whois-2.1.0 spec/fixtures/responses/whois.adamsnames.tc/vg/status_registered.expected
whois-2.0.7 spec/fixtures/responses/kero.yachay.pe/status_registered.expected
whois-2.0.7 spec/fixtures/responses/whois.rotld.ro/status_registered.expected
whois-2.0.7 spec/fixtures/responses/whois.nic.li/status_registered.expected
whois-2.0.7 spec/fixtures/responses/whois.ai/status_registered.expected
whois-2.0.7 spec/fixtures/responses/whois.adamsnames.tc/tc/status_registered.expected
whois-2.0.7 spec/fixtures/responses/whois.eu/status_registered.expected