pdksync_heads/master-0-gb096033

This commit is contained in:
lionce
2019-07-16 10:05:15 +03:00
parent 88d31a7a64
commit 77c18be58b
5 changed files with 10 additions and 3 deletions

View File

@@ -29,6 +29,11 @@ default_fact_files.each do |f|
end
end
# read default_facts and merge them over what is provided by facterdb
default_facts.each do |fact, value|
add_custom_fact fact, value
end
RSpec.configure do |c|
c.default_facts = default_facts
c.before :each do