Load puppet-openstack_spec_helper locally during tests
Change-Id: I0177a9f5793042d0bb24d540b927a3d3c4b21f67 Co-Authored-By: Mohammed Naser <mnaser@vexxhost.com>
This commit is contained in:
parent
61b4f61a6f
commit
52de13b613
10
Gemfile
10
Gemfile
@ -1,7 +1,15 @@
|
||||
source ENV['GEM_SOURCE'] || "https://rubygems.org"
|
||||
|
||||
group :development, :test, :system_tests do
|
||||
gem 'puppet-openstack_spec_helper', :require => 'false', :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper'
|
||||
if ENV['ZUUL_PROJECT'] == 'openstack/puppet-openstack_spec_helper'
|
||||
gem 'puppet-openstack_spec_helper',
|
||||
:path => '../..',
|
||||
:require => 'false'
|
||||
else
|
||||
gem 'puppet-openstack_spec_helper',
|
||||
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
|
||||
:require => 'false'
|
||||
end
|
||||
end
|
||||
|
||||
if facterversion = ENV['FACTER_GEM_VERSION']
|
||||
|
Loading…
Reference in New Issue
Block a user