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