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 d9bf5d1 commit dca616c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
@@ -1,5 +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 dca616c

Please sign in to comment.