Checkout stable/pike for spec_helper

Change-Id: I48dd640c61e2cf3875ae9d9b273314a022b76974
This commit is contained in:
Tobias Urdin 2018-10-30 13:56:45 +01:00
parent 09128ebe39
commit cef0694f65
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ group :development, :test, :system_tests do
:require => 'false'
else
gem 'puppet-openstack_spec_helper',
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
:ref => 'stable/pike',
:require => 'false'
end
gem 'fast_gettext', ['< 1.2.0']