]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
add environmentpath
authortphoney <tp@puppetlabs.com>
Fri, 5 Jun 2015 16:17:17 +0000 (17:17 +0100)
committertphoney <tp@puppetlabs.com>
Fri, 5 Jun 2015 16:17:17 +0000 (17:17 +0100)
spec/spec_helper.rb

index dc8bc39cb48e0ff5caaf16643dc33b13e853a23b..bcd31596ddcf684f14cda66da06443821f8148b0 100644 (file)
@@ -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