Skip to content

Commit 9780baf

Browse files
committed
Add fact_file to config to reproduce #139
1 parent c7a5d4e commit 9780baf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/octocatalog-diff/fixtures/cli-configs/fact-file.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ def self.config
77
facts: OctocatalogDiff::Facts.new(
88
backend: :yaml,
99
fact_file_string: File.read(File.join(ENV['PUPPET_FACT_FILE_DIR'], 'valid-facts.yaml'))
10-
)
10+
),
11+
fact_file: File.join(ENV['PUPPET_FACT_FILE_DIR'], 'valid-facts.yaml')
1112
}
1213
end
1314
end

0 commit comments

Comments
 (0)