Sha256: 03e49fbf9950f97a2a6d6cc49bddbfb72dfcda5f3b3216ddd6f53c1ce0d79c9d

Contents?: true

Size: 900 Bytes

Versions: 4

Compression:

Stored size: 900 Bytes

Contents

# encoding: utf-8

# This file is autogenerated. Do not edit it manually.
# If you want change the content of this file, edit
#
#   /spec/fixtures/responses/whois.nic.kz/property_status_ok.expected
#
# and regenerate the tests with the following rake task
#
#   $ rake genspec:parsers
#

require 'spec_helper'
require 'whois/record/parser/whois.nic.kz.rb'

describe Whois::Record::Parser::WhoisNicKz, "property_status_ok.expected" do

  before(:each) do
    file = fixture("responses", "whois.nic.kz/property_status_ok.txt")
    part = Whois::Record::Part.new(:body => File.read(file))
    @parser = klass.new(part)
  end

  describe "#status" do
    it do
      @parser.status.should == ["ok"]
    end
  end
  describe "#available?" do
    it do
      @parser.available?.should == false
    end
  end
  describe "#registered?" do
    it do
      @parser.registered?.should == true
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
whois-2.1.0 spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb
whois-2.0.7 spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb
whois-2.0.6 spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb
whois-2.0.5 spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb