Sha256: 596a61182d3f6ca6d4979af8f4c4221c899ed1492f45b2e37c8f319596bf189e
Contents?: true
Size: 734 Bytes
Versions: 5
Compression:
Stored size: 734 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.registry.in/property_status_ok.expected # # and regenerate the tests with the following rake task # # $ rake genspec:parsers # require 'spec_helper' require 'whois/record/parser/whois.registry.in.rb' describe Whois::Record::Parser::WhoisRegistryIn, "property_status_ok.expected" do before(:each) do file = fixture("responses", "whois.registry.in/property_status_ok.txt") part = Whois::Record::Part.new(:body => File.read(file)) @parser = klass.new(part) end context "#status" do it do @parser.status.should == %w( ok ) end end end
Version data entries
5 entries across 5 versions & 1 rubygems