Sha256: 0ade4c129c2983bf0d17930d12aba72ec2684357f88b210a944325fcb68ed2fb
Contents?: true
Size: 246 Bytes
Versions: 18
Compression:
Stored size: 246 Bytes
Contents
require 'rest-core/test' describe RC::ThreadPool do would 'have the same pool for the same client' do client = RC::Builder.client pool = RC::ThreadPool[client] RC::ThreadPool[client].object_id.should.eq pool.object_id end end
Version data entries
18 entries across 18 versions & 1 rubygems