Skip to content

Commit

Permalink
Test10
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Jul 2, 2024
1 parent a1442fa commit 8fd72a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ group :acceptance do
gem 'minitar-cli'
gem 'rspec-xsd'
gem 'serverspec'
gem 'puppet_litmus'
end

group :acceptance_ci do
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
require 'pdk/util/template_uri'
require 'tempfile'
require 'json'
require 'puppet_litmus'

PuppetLitmus.configure!

# Sets default puppet/ruby versions to be used within the tests
# Duplicates of this are found within spec_helper.rb and spec_helper_package.rb and should be updated simultaneously.
Expand Down

0 comments on commit 8fd72a3

Please sign in to comment.