Sha256: 51f56af231a86eedcd943f3c3a2cbfe0b04610789d010024857d6bfbda215059

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.cctld.uz/property_expires_on_dash.expected
#
# and regenerate the tests with the following rake task
#
#   $ rake spec:generate
#

require 'spec_helper'
require 'whois/record/parser/whois.cctld.uz.rb'

describe Whois::Record::Parser::WhoisCctldUz, "property_expires_on_dash.expected" do

  before(:each) do
    file = fixture("responses", "whois.cctld.uz/property_expires_on_dash.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.cctld.uz/property_expires_on_dash_spec.rb
whois-2.6.2 spec/whois/record/parser/responses/whois.cctld.uz/property_expires_on_dash_spec.rb
whois-2.6.1 spec/whois/record/parser/responses/whois.cctld.uz/property_expires_on_dash_spec.rb
whois-2.6.0 spec/whois/record/parser/responses/whois.cctld.uz/property_expires_on_dash_spec.rb