Sha256: 01a5eba8238788c479f5383b34d6feb2a545fb391e1d978c5320ac573040da9f
Contents?: true
Size: 323 Bytes
Versions: 4
Compression:
Stored size: 323 Bytes
Contents
require_relative '../../spec_helper' describe Typhoeus::Hydra do describe '#max_concurrency' do it 'should be accessible' do h = Typhoeus::Hydra.new h.max_concurrency.should be_true h.max_concurrency = 10 h.max_concurrency.should == 10 end end end
Version data entries
4 entries across 4 versions & 1 rubygems