Sha256: b60a3c84aac40247c7084691fe10d7a719b81175e9c70115c280613971d46964
Contents?: true
Size: 220 Bytes
Versions: 12
Compression:
Stored size: 220 Bytes
Contents
require 'test_helper' class AnswerContactTest < Test::Unit::TestCase def setup @klass = Whois::Answer::Contact end def test_initialize contact = @klass.new({}) assert_equal nil, contact.id end end
Version data entries
12 entries across 12 versions & 1 rubygems