Sha256: 62db8fb418e65ea67641993d3b00a4831dec630bf6734e2b0c5f43c9c19f6899

Contents?: true

Size: 699 Bytes

Versions: 7

Compression:

Stored size: 699 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 CLASS(array)
  should: %s SIZE(3)
  should: %s[0] CLASS(nameserver)
  should: %s[0].name == "ns.nic.mc"
  should: %s[0].ipv4 == "195.78.6.131"
  should: %s[1] CLASS(nameserver)
  should: %s[1].name == "bow.rain.fr"
  should: %s[1].ipv4 == "194.51.3.49"
  should: %s[2] CLASS(nameserver)
  should: %s[2].name == "ns.ripe.net"
  should: %s[2].ipv4 == "193.0.0.194"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whois-2.6.3 spec/fixtures/responses/whois.ripe.net/mc/status_registered.expected
whois-2.6.2 spec/fixtures/responses/whois.ripe.net/mc/status_registered.expected
whois-2.6.1 spec/fixtures/responses/whois.ripe.net/mc/status_registered.expected
whois-2.6.0 spec/fixtures/responses/whois.ripe.net/mc/status_registered.expected
whois-2.5.1 spec/fixtures/responses/whois.ripe.net/mc/status_registered.expected
whois-2.5.0 spec/fixtures/responses/whois.ripe.net/mc/status_registered.expected
whois-2.4.0 spec/fixtures/responses/whois.ripe.net/mc/status_registered.expected