Skip to content

Commit

Permalink
fix spec test hiera location
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed Feb 7, 2018
1 parent 969611a commit 0f6a94e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
default_facts.merge!(YAML.load(File.read(File.expand_path('../default_facts.yml', __FILE__)))) if File.exist?(File.expand_path('../default_facts.yml', __FILE__))
default_facts.merge!(YAML.load(File.read(File.expand_path('../default_module_facts.yml', __FILE__)))) if File.exist?(File.expand_path('../default_module_facts.yml', __FILE__))
c.default_facts = default_facts
c.hiera_config = File.expand_path(File.join(__FILE__, '../fixtures/hiera.yaml'))
end

# vim: syntax=ruby

0 comments on commit 0f6a94e

Please sign in to comment.