Sha256: 75e455f4d0cef0a3dfa9b6ede8a1b94abce79e3f445c1665127e6e6ae0c382bd
Contents?: true
Size: 756 Bytes
Versions: 4
Compression:
Stored size: 756 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_hourly.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_hourly.expected" do before(:each) do file = fixture("responses", "whois.dns.be/response_throttled_hourly.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