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-5.5.22 spec/unit/network/http_spec.rb
puppet-5.5.22-x86-mingw32 spec/unit/network/http_spec.rb
puppet-5.5.22-x64-mingw32 spec/unit/network/http_spec.rb
puppet-5.5.22-universal-darwin spec/unit/network/http_spec.rb
puppet-5.5.21 spec/unit/network/http_spec.rb
puppet-5.5.21-x86-mingw32 spec/unit/network/http_spec.rb
puppet-5.5.21-x64-mingw32 spec/unit/network/http_spec.rb
puppet-5.5.21-universal-darwin spec/unit/network/http_spec.rb
puppet-6.15.0 spec/unit/network/http_spec.rb
puppet-6.15.0-x86-mingw32 spec/unit/network/http_spec.rb
puppet-6.15.0-x64-mingw32 spec/unit/network/http_spec.rb
puppet-6.15.0-universal-darwin spec/unit/network/http_spec.rb
puppet-5.5.20 spec/unit/network/http_spec.rb
puppet-5.5.20-x86-mingw32 spec/unit/network/http_spec.rb
puppet-5.5.20-x64-mingw32 spec/unit/network/http_spec.rb
puppet-5.5.20-universal-darwin spec/unit/network/http_spec.rb
puppet-5.5.19 spec/unit/network/http_spec.rb
puppet-5.5.19-x86-mingw32 spec/unit/network/http_spec.rb
puppet-5.5.19-x64-mingw32 spec/unit/network/http_spec.rb
puppet-5.5.19-universal-darwin spec/unit/network/http_spec.rb