modulesync 9.1.0

This commit is contained in:
Tim Meusel 2024-07-09 15:14:49 +02:00
parent 0116f1caf5
commit f383d32565
No known key found for this signature in database
GPG key ID: 04D659E6BF1C4CC0
9 changed files with 88 additions and 4 deletions

View file

@ -9,6 +9,10 @@ ENV['COVERAGE'] ||= 'yes' if Dir.exist?(File.expand_path('../lib', __dir__))
require 'voxpupuli/test/spec_helper'
RSpec.configure do |c|
c.facterdb_string_keys = false
end
add_mocked_facts!
if File.exist?(File.join(__dir__, 'default_module_facts.yml'))