Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Jan 23, 2024
1 parent 879037d commit 1d5c0b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
require "rspec-puppet-facts"
include RspecPuppetFacts
require "rspec-puppet/spec_helper"
require "rspec-puppet"

fixture_path = File.expand_path(File.join(__FILE__, "..", "fixtures"))

RSpec.configure do |c|
c.module_path = File.join(fixture_path, "modules")
c.manifest_dir = File.join(fixture_path, "manifests")
c.environmentpath = File.join(Dir.pwd, "spec")
c.after(:suite) do
RSpec::Puppet::Coverage.report!
Expand Down

0 comments on commit 1d5c0b9

Please sign in to comment.