2016-03-11 12:56:39 +01:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
2018-07-12 09:57:44 +02:00
|
|
|
if File.exists?('/home/zuul/src/git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper')
|
|
|
|
gem_checkout_method = {:path => '/home/zuul/src/git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper'}
|
2017-08-18 10:41:43 +02:00
|
|
|
else
|
|
|
|
gem_checkout_method = {:git => 'https://git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper'}
|
|
|
|
end
|
|
|
|
gem_checkout_method[:require] = false
|
|
|
|
|
2016-06-21 16:36:44 -07:00
|
|
|
group :development, :test, :system_tests do
|
|
|
|
gem 'puppet-openstack_infra_spec_helper',
|
2017-08-18 10:41:43 +02:00
|
|
|
gem_checkout_method
|
2016-03-11 12:56:39 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
# vim:ft=ruby
|