Sha256: 004590f6d09f2eeac457579713b310f0b2a2709170fb7811320bc41a8998e671

Contents?: true

Size: 319 Bytes

Versions: 1

Compression:

Stored size: 319 Bytes

Contents

require_relative '../../spec_helper'

describe Typhoeus::Hydra do

    describe '#max_concurrency' do
        it 'is 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

1 entries across 1 versions & 1 rubygems

Version Path
arachni-0.4.2 spec/arachni/typhoeus/hydra_spec.rb