Sha256: 86b1bb67f26818443f986bdf8f61f8b3bc727af0e3f5c98c45f21f87149cb82b
Contents?: true
Size: 739 Bytes
Versions: 9
Compression:
Stored size: 739 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.travel/property_status_single.expected # # and regenerate the tests with the following rake task # # $ rake spec:generate # require 'spec_helper' require 'whois/record/parser/whois.nic.travel.rb' describe Whois::Record::Parser::WhoisNicTravel, "property_status_single.expected" do before(:each) do file = fixture("responses", "whois.nic.travel/property_status_single.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 end
Version data entries
9 entries across 9 versions & 1 rubygems