Sha256: a883ed8fdf5031461285ef165f9d90f88d553db74e6f51908f719967777c3507

Contents?: true

Size: 234 Bytes

Versions: 128

Compression:

Stored size: 234 Bytes

Contents

require 'spec_helper'
require 'puppet/network/http'

describe Puppet::Network::HTTP do
  it 'defines an http_pool context' do
    pool = Puppet.lookup(:http_pool)
    expect(pool).to be_a(Puppet::Network::HTTP::NoCachePool)
  end
end

Version data entries

128 entries across 128 versions & 1 rubygems

Version Path
puppet-6.5.0 spec/unit/network/http_spec.rb
puppet-6.5.0-x86-mingw32 spec/unit/network/http_spec.rb
puppet-6.5.0-x64-mingw32 spec/unit/network/http_spec.rb
puppet-6.5.0-universal-darwin spec/unit/network/http_spec.rb
puppet-6.4.2 spec/unit/network/http_spec.rb
puppet-6.4.2-x86-mingw32 spec/unit/network/http_spec.rb
puppet-6.4.2-x64-mingw32 spec/unit/network/http_spec.rb
puppet-6.4.2-universal-darwin spec/unit/network/http_spec.rb
puppet-6.0.9 spec/unit/network/http_spec.rb
puppet-6.0.9-x86-mingw32 spec/unit/network/http_spec.rb
puppet-6.0.9-x64-mingw32 spec/unit/network/http_spec.rb
puppet-6.0.9-universal-darwin spec/unit/network/http_spec.rb
puppet-5.5.14 spec/unit/network/http_spec.rb
puppet-5.5.14-x86-mingw32 spec/unit/network/http_spec.rb
puppet-5.5.14-x64-mingw32 spec/unit/network/http_spec.rb
puppet-5.5.14-universal-darwin spec/unit/network/http_spec.rb
puppet-6.4.1 spec/unit/network/http_spec.rb
puppet-6.4.1-x86-mingw32 spec/unit/network/http_spec.rb
puppet-6.4.1-x64-mingw32 spec/unit/network/http_spec.rb
puppet-6.4.1-universal-darwin spec/unit/network/http_spec.rb