From 04d23f527fea283b37c41ed3e880520f173a9047 Mon Sep 17 00:00:00 2001
From: tphoney <tp@puppetlabs.com>
Date: Fri, 5 Jun 2015 17:17:17 +0100
Subject: [PATCH] add environmentpath

---
 spec/spec_helper.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index dc8bc39..bcd3159 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -26,4 +26,5 @@ RSpec.configure do |config|
   end
   config.module_path = File.join(fixture_path, 'modules')
   config.manifest_dir = File.join(fixture_path, 'manifests')
+  config.environmentpath = File.expand_path(File.join(Dir.pwd, 'spec'))
 end
-- 
2.45.2