2013-06-05 18:35:34 +02:00
|
|
|
require 'puppetlabs_spec_helper/module_spec_helper'
|
2014-09-21 01:25:24 +02:00
|
|
|
require 'fixtures/modules/module_data/lib/hiera/backend/module_data_backend.rb'
|
2013-12-06 16:31:46 +01:00
|
|
|
|
|
|
|
RSpec.configure do |c|
|
2014-09-21 01:25:24 +02:00
|
|
|
c.hiera_config = File.join('spec', 'fixtures', 'hiera', 'hiera.yaml')
|
|
|
|
|
2013-12-06 16:31:46 +01:00
|
|
|
c.default_facts = {
|
|
|
|
:kernel => 'Linux',
|
|
|
|
:concat_basedir => '/var/lib/puppet/concat',
|
|
|
|
}
|
|
|
|
end
|