(maint) Update major dependencies prior to release
[puppet-modules/puppetlabs-apt.git] / spec / spec_helper_acceptance_local.rb
index cc3fc3f99c106ea964065a6a7553c66b1f576d92..6f7777c8a998486eccc586d7b3b7e34fa1e13f58 100644 (file)
@@ -5,16 +5,20 @@ MAX_RETRY_COUNT       = 5
 RETRY_WAIT            = 3
 ERROR_MATCHER         = %r{(no valid OpenPGP data found|keyserver timed out|keyserver receive failed)}.freeze
 
-# lsb-release is needed for facter 3 (puppet 6) to resolve os.distro facts. Not needed with facter
-# 4 (puppet 7).
-lsb_package = <<-MANIFEST
+RSpec.configure do |c|
+  c.before :suite do
+    # lsb-release is needed for facter 3 (puppet 6) to resolve os.distro facts. Not needed with facter
+    # 4 (puppet 7).
+    lsb_package = <<-MANIFEST
 package { 'lsb-release':
   ensure => installed,
 }
 MANIFEST
-
-include PuppetLitmus
-apply_manifest(lsb_package)
+    include PuppetLitmus
+    extend PuppetLitmus
+    apply_manifest(lsb_package)
+  end
+end
 
 # This method allows a block to be passed in and if an exception is raised
 # that matches the 'error_matcher' matcher, the block will wait a set number