Wrap apply_manifest into RSpec context; initialise litmus earlier
[puppet-modules/puppetlabs-apt.git] / spec / spec_helper_acceptance.rb
index 4ac8d7e0f632b21341cb394bf10ee599584004c5..73a02388a0c14dff7f2d78432aed22684aeb7257 100644 (file)
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
 require 'puppet_litmus'
-require 'spec_helper_acceptance_local' if File.file?(File.join(File.dirname(__FILE__), 'spec_helper_acceptance_local.rb'))
-
 PuppetLitmus.configure!
+
+require 'spec_helper_acceptance_local' if File.file?(File.join(File.dirname(__FILE__), 'spec_helper_acceptance_local.rb'))