Skip to content

Commit

Permalink
update spec/spec_helper_acceptance.rb
Browse files Browse the repository at this point in the history
fix order of requires/includes/configures to properly provide facts for
spec_helper_acceptance_local.rb
  • Loading branch information
Lightning- committed May 29, 2024
1 parent a030e6d commit 95dc7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
@@ -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'))

0 comments on commit 95dc7a1

Please sign in to comment.