Sha256: 08d4d46f862565b904f91d1303c11d8952aaca9a48a796784fa62b8a8b1fda23
Contents?: true
Size: 753 Bytes
Versions: 4
Compression:
Stored size: 753 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.dns.be/response_throttled_limit.expected # # and regenerate the tests with the following rake task # # $ rake spec:generate # require 'spec_helper' require 'whois/record/parser/whois.dns.be.rb' describe Whois::Record::Parser::WhoisDnsBe, "response_throttled_limit.expected" do before(:each) do file = fixture("responses", "whois.dns.be/response_throttled_limit.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
4 entries across 4 versions & 1 rubygems