Centralize LOAD_PATH modification

Change-Id: I25ad088a159fdaa344b0c68c870440160e918c9a
This commit is contained in:
Takashi Kajinami 2024-09-17 00:38:25 +09:00
parent 8475025661
commit f695c87de9

View File

@ -1,5 +1,7 @@
# Load libraries from openstacklib here to simulate how they live together in a real puppet run (for provider unit tests)
# Load libraries here to simulate how they live together in a real puppet run (for provider unit tests)
$LOAD_PATH.push(File.join(File.dirname(__FILE__), 'fixtures', 'modules', 'initile', 'lib'))
$LOAD_PATH.push(File.join(File.dirname(__FILE__), 'fixtures', 'modules', 'openstacklib', 'lib'))
require 'puppetlabs_spec_helper/module_spec_helper'
require 'shared_examples'
require 'puppet-openstack_spec_helper/facts'