Sha256: 24a17b1966fe24d94bc789473bafbc81b99d1fe05d677447e1b0ba9aae92fe99

Contents?: true

Size: 742 Bytes

Versions: 4

Compression:

Stored size: 742 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.hkirc.hk/property_expires_on_null.expected
#
# and regenerate the tests with the following rake task
#
#   $ rake spec:generate
#

require 'spec_helper'
require 'whois/record/parser/whois.hkirc.hk.rb'

describe Whois::Record::Parser::WhoisHkircHk, "property_expires_on_null.expected" do

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

  describe "#expires_on" do
    it do
      @parser.expires_on.should == nil
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
whois-2.6.3 spec/whois/record/parser/responses/whois.hkirc.hk/property_expires_on_null_spec.rb
whois-2.6.2 spec/whois/record/parser/responses/whois.hkirc.hk/property_expires_on_null_spec.rb
whois-2.6.1 spec/whois/record/parser/responses/whois.hkirc.hk/property_expires_on_null_spec.rb
whois-2.6.0 spec/whois/record/parser/responses/whois.hkirc.hk/property_expires_on_null_spec.rb