diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index dc8bc39cb..bcd31596d 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -26,4 +26,5 @@ 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