Sha256: 0e613c7ed0909dcbb0456a997447c55b140c6a3fba7db457cbbf1db0013bcdba
Contents?: true
Size: 560 Bytes
Versions: 32
Compression:
Stored size: 560 Bytes
Contents
require 'spec_helper' # Note that much of the functionality of the tdnf provider is already tested with yum provider tests, # as yum is the parent provider, via dnf describe Puppet::Type.type(:package).provider(:tdnf) do it_behaves_like 'RHEL package provider', described_class, 'tdnf' context 'default' do it 'should be the default provider on PhotonOS' do Facter.stubs(:value).with(:osfamily).returns(:redhat) Facter.stubs(:value).with(:operatingsystem).returns("PhotonOS") expect(described_class).to be_default end end end
Version data entries
32 entries across 32 versions & 1 rubygems