From: tphoney Date: Fri, 5 Jun 2015 16:17:17 +0000 (+0100) Subject: add environmentpath X-Git-Tag: 1.7.0~32^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=04d23f527fea283b37c41ed3e880520f173a9047;p=puppet-modules%2Fpuppetlabs-firewall.git add environmentpath --- 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