Sha256: 81fe6f0b74aa957ed2db4dfe70b6e6b6d506f5960a40fa3836a43dc75e22968a
Contents?: true
Size: 236 Bytes
Versions: 20
Compression:
Stored size: 236 Bytes
Contents
require "#{File.dirname(__FILE__)}/../../test_helper" stub_keypair_searchable_paths class PoolTest < Test::Unit::TestCase def test_set_up_pool_object reset! pool "hi" do end assert_equal @@pool.name, "hi" end end
Version data entries
20 entries across 20 versions & 1 rubygems