Fix spec helper

We should be using the stable/queens version for this branch.

Change-Id: Ieed37e6acbc24e0cf906986c2b751db986961445
This commit is contained in:
Alex Schultz 2019-12-19 13:51:06 -07:00
parent 86b55944cc
commit 16ee000298
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org"
group :development, :test, :system_tests do
gem 'puppet-openstack_spec_helper',
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
:branch => 'master',
:branch => 'stable/queens',
:require => false
end