Sha256: b0adf4e29c5d357ba6a89c395bae7e0b47b9782932d9a4e6344d6357d4f0b05d
Contents?: true
Size: 386 Bytes
Versions: 92
Compression:
Stored size: 386 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Puppet::Util::Windows do %w[ ADSI ADSI::ADSIObject ADSI::User ADSI::UserProfile ADSI::Group EventLog File Process Registry Service SID ].each do |name| it "defines Puppet::Util::Windows::#{name}" do expect(described_class.const_get(name)).to be end end end
Version data entries
92 entries across 92 versions & 1 rubygems