Sha256: c1a37ca848ac7558a621151b3a356559c23019252ff6852490ba80081aca4f72

Contents?: true

Size: 255 Bytes

Versions: 317

Compression:

Stored size: 255 Bytes

Contents

#! /usr/bin/env ruby
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

317 entries across 317 versions & 1 rubygems

Version Path
puppet-6.4.0 spec/unit/network/http_spec.rb
puppet-6.4.0-x86-mingw32 spec/unit/network/http_spec.rb
puppet-6.4.0-x64-mingw32 spec/unit/network/http_spec.rb
puppet-6.4.0-universal-darwin spec/unit/network/http_spec.rb
puppet-6.0.7 spec/unit/network/http_spec.rb
puppet-6.0.7-x86-mingw32 spec/unit/network/http_spec.rb
puppet-6.0.7-x64-mingw32 spec/unit/network/http_spec.rb
puppet-6.0.7-universal-darwin spec/unit/network/http_spec.rb
puppet-5.5.12 spec/unit/network/http_spec.rb
puppet-5.5.12-x86-mingw32 spec/unit/network/http_spec.rb
puppet-5.5.12-x64-mingw32 spec/unit/network/http_spec.rb
puppet-5.5.12-universal-darwin spec/unit/network/http_spec.rb
puppet-6.3.0 spec/unit/network/http_spec.rb
puppet-6.3.0-x86-mingw32 spec/unit/network/http_spec.rb
puppet-6.3.0-x64-mingw32 spec/unit/network/http_spec.rb
puppet-6.3.0-universal-darwin spec/unit/network/http_spec.rb
puppet-6.2.0 spec/unit/network/http_spec.rb
puppet-6.2.0-x86-mingw32 spec/unit/network/http_spec.rb
puppet-6.2.0-x64-mingw32 spec/unit/network/http_spec.rb
puppet-6.2.0-universal-darwin spec/unit/network/http_spec.rb