modulesync 7.0.0

This commit is contained in:
Tim Meusel 2023-08-17 15:47:50 +02:00
parent 55197bfb6d
commit 07e2d9c55a
No known key found for this signature in database
GPG key ID: 04D659E6BF1C4CC0
4 changed files with 10 additions and 6 deletions

View file

@ -17,3 +17,4 @@ if File.exist?(File.join(__dir__, 'default_module_facts.yml'))
add_custom_fact name.to_sym, value
end
end
Dir['./spec/support/spec/**/*.rb'].sort.each { |f| require f }