Sha256: c072ced50d73ee01de21d12680c11fef85977ccf99167a3afcfd22d8e4d34b11

Contents?: true

Size: 228 Bytes

Versions: 144

Compression:

Stored size: 228 Bytes

Contents

require 'spec_helper'
require 'puppet/network/authorization'

describe Puppet::Network::Authorization do
  it "accepts an auth config loader class" do
    Puppet::Network::Authorization.authconfigloader_class = Object
  end
end

Version data entries

144 entries across 144 versions & 1 rubygems

Version Path
puppet-8.3.0 spec/unit/network/authorization_spec.rb
puppet-8.3.0-x86-mingw32 spec/unit/network/authorization_spec.rb
puppet-8.3.0-x64-mingw32 spec/unit/network/authorization_spec.rb
puppet-8.3.0-universal-darwin spec/unit/network/authorization_spec.rb
puppet-8.4.0 spec/unit/network/authorization_spec.rb
puppet-8.4.0-x86-mingw32 spec/unit/network/authorization_spec.rb
puppet-8.4.0-x64-mingw32 spec/unit/network/authorization_spec.rb
puppet-8.4.0-universal-darwin spec/unit/network/authorization_spec.rb
puppet-7.28.0 spec/unit/network/authorization_spec.rb
puppet-7.28.0-x86-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.28.0-x64-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.28.0-universal-darwin spec/unit/network/authorization_spec.rb
puppet-8.3.1 spec/unit/network/authorization_spec.rb
puppet-8.3.1-x86-mingw32 spec/unit/network/authorization_spec.rb
puppet-8.3.1-x64-mingw32 spec/unit/network/authorization_spec.rb
puppet-8.3.1-universal-darwin spec/unit/network/authorization_spec.rb
puppet-7.27.0 spec/unit/network/authorization_spec.rb
puppet-7.27.0-x86-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.27.0-x64-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.27.0-universal-darwin spec/unit/network/authorization_spec.rb