We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a5d4e commit 9780bafCopy full SHA for 9780baf
spec/octocatalog-diff/fixtures/cli-configs/fact-file.rb
@@ -7,7 +7,8 @@ def self.config
7
facts: OctocatalogDiff::Facts.new(
8
backend: :yaml,
9
fact_file_string: File.read(File.join(ENV['PUPPET_FACT_FILE_DIR'], 'valid-facts.yaml'))
10
- )
+ ),
11
+ fact_file: File.join(ENV['PUPPET_FACT_FILE_DIR'], 'valid-facts.yaml')
12
}
13
end
14
0 commit comments