Sha256: 8b8a4f830cb88478088eba660d2a3e5f9f9c47820d81f616bcd9c4484d90daf3
Contents?: true
Size: 792 Bytes
Versions: 9
Compression:
Stored size: 792 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_nameservers_missing.expected # # and regenerate the tests with the following rake task # # $ rake spec:generate # require 'spec_helper' require 'whois/record/parser/whois.nic.ve.rb' describe Whois::Record::Parser::WhoisNicVe, "property_nameservers_missing.expected" do before(:each) do file = fixture("responses", "whois.nic.ve/property_nameservers_missing.txt") part = Whois::Record::Part.new(:body => File.read(file)) @parser = klass.new(part) end describe "#nameservers" do it do @parser.nameservers.should be_a(Array) @parser.nameservers.should == [] end end end
Version data entries
9 entries across 9 versions & 1 rubygems