Fix spec helper

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

Change-Id: Ib030e3522d7da543260ab16bffd2b8ff19fe688c
This commit is contained in:
Alex Schultz 2019-12-19 13:52:01 -07:00
parent 0302c8385f
commit 525e655c7c
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 group :development, :test, :system_tests do
gem 'puppet-openstack_spec_helper', 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',
:branch => 'master', :branch => 'stable/rocky',
:require => false :require => false
end end