From 9682a3f461e32ce75ce4f8b1799a9f6fca40eede Mon Sep 17 00:00:00 2001 From: Benedikt Wegmann <Benedikt.Wegmann@gwdg.de> Date: Fri, 6 Jan 2017 11:42:23 +0100 Subject: [PATCH] spec/spec_helper.rb: Comment --- spec/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 1a3df02..b204103 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,5 +1,6 @@ require 'rspec-puppet/spec_helper' +# https://github.com/rodjek/rspec-puppet/#configurate-manifests-for-puppet-4 RSpec.configure do |c| c.module_path = File.join(File.dirname(File.expand_path(__FILE__)), 'fixtures', 'modules') + ':~/.puppet/modules' c.manifest_dir = File.join(File.dirname(File.expand_path(__FILE__)), 'fixtures', 'manifests') -- GitLab