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-7.24.0 spec/unit/network/authorization_spec.rb
puppet-7.24.0-x86-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.24.0-x64-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.24.0-universal-darwin spec/unit/network/authorization_spec.rb
puppet-7.23.0 spec/unit/network/authorization_spec.rb
puppet-7.23.0-x86-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.23.0-x64-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.23.0-universal-darwin spec/unit/network/authorization_spec.rb
puppet-7.22.0 spec/unit/network/authorization_spec.rb
puppet-7.22.0-x86-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.22.0-x64-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.22.0-universal-darwin spec/unit/network/authorization_spec.rb
puppet-7.21.0 spec/unit/network/authorization_spec.rb
puppet-7.21.0-x86-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.21.0-x64-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.21.0-universal-darwin spec/unit/network/authorization_spec.rb
puppet-7.20.0 spec/unit/network/authorization_spec.rb
puppet-7.20.0-x86-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.20.0-x64-mingw32 spec/unit/network/authorization_spec.rb
puppet-7.20.0-universal-darwin spec/unit/network/authorization_spec.rb