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-4.0.0.rc1-x86-mingw32 spec/unit/network/http_spec.rb
puppet-4.0.0.rc1-x64-mingw32 spec/unit/network/http_spec.rb
puppet-3.7.4 spec/unit/network/http_spec.rb
puppet-3.7.4-x86-mingw32 spec/unit/network/http_spec.rb
puppet-3.7.4-x64-mingw32 spec/unit/network/http_spec.rb
puppet-3.7.3 spec/unit/network/http_spec.rb
puppet-3.7.3-x86-mingw32 spec/unit/network/http_spec.rb
puppet-3.7.3-x64-mingw32 spec/unit/network/http_spec.rb
puppet-3.7.2 spec/unit/network/http_spec.rb
puppet-3.7.2-x86-mingw32 spec/unit/network/http_spec.rb
puppet-3.7.2-x64-mingw32 spec/unit/network/http_spec.rb
puppet-3.7.1 spec/unit/network/http_spec.rb
puppet-3.7.1-x86-mingw32 spec/unit/network/http_spec.rb
puppet-3.7.1-x64-mingw32 spec/unit/network/http_spec.rb
puppet-3.7.0 spec/unit/network/http_spec.rb
puppet-3.7.0-x86-mingw32 spec/unit/network/http_spec.rb
puppet-3.7.0-x64-mingw32 spec/unit/network/http_spec.rb