Sha256: 8d54c7ab6b990c589e7c0288ee97468daea29b23c3e84d5ba9fbf0d497198c80
Contents?: true
Size: 700 Bytes
Versions: 9
Compression:
Stored size: 700 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.cat/property_status_ok.expected # # and regenerate the tests with the following rake task # # $ rake spec:generate # require 'spec_helper' require 'whois/record/parser/whois.cat.rb' describe Whois::Record::Parser::WhoisCat, "property_status_ok.expected" do before(:each) do file = fixture("responses", "whois.cat/property_status_ok.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