Sha256: caaaae95d1b887d82401375a6a746d2f92ad988ca8c5535e5533e5f249383622

Contents?: true

Size: 1.11 KB

Versions: 10

Compression:

Stored size: 1.11 KB

Contents

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


#domain
  should: %s == "coco.co.pl"

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


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

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


#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-06-23 09:41:50")

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


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

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

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

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


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

Version data entries

10 entries across 10 versions & 1 rubygems

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