Sha256: 0c6a5394061a987fd9fb95e752b90d0e74c66b0249739bfb979a57992f5bfad2
Contents?: true
Size: 731 Bytes
Versions: 8
Compression:
Stored size: 731 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.la/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.la.rb' describe Whois::Record::Parser::WhoisCentralnicCom, "property_status_single.expected" do before(:each) do file = fixture("responses", "whois.nic.la/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
8 entries across 8 versions & 1 rubygems