Sha256: 627ae6c938c675b4e1adea11bfbd4ea7d97e8451b907c6e3f421447ae74a8708

Contents?: true

Size: 917 Bytes

Versions: 4

Compression:

Stored size: 917 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.ve/property_status_activo.expected
#
# and regenerate the tests with the following rake task
#
#   $ rake genspec:parsers
#

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

describe Whois::Record::Parser::WhoisNicVe, "property_status_activo.expected" do

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

  describe "#status" do
    it do
      @parser.status.should == :registered
    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.ve/property_status_activo_spec.rb
whois-2.0.7 spec/whois/record/parser/responses/whois.nic.ve/property_status_activo_spec.rb
whois-2.0.6 spec/whois/record/parser/responses/whois.nic.ve/property_status_activo_spec.rb
whois-2.0.5 spec/whois/record/parser/responses/whois.nic.ve/property_status_activo_spec.rb