spec_helper: remove module-data-backend dependency

This commit is contained in:
Matthew Haughton 2014-11-10 14:13:27 -05:00
parent 95f3cf13ab
commit 2bea3e7600

View file

@ -1,9 +1,6 @@
require 'puppetlabs_spec_helper/module_spec_helper'
require 'fixtures/modules/module_data/lib/hiera/backend/module_data_backend.rb'
RSpec.configure do |c|
c.hiera_config = File.join('spec', 'fixtures', 'hiera', 'hiera.yaml')
c.default_facts = {
:kernel => 'Linux',
:concat_basedir => '/var/lib/puppet/concat',