Update Gemfile to pull spec_helper from stable/queens

We've created stable/queens so we need to update the stable branch
to pull the spec helper from stable/queens.

Change-Id: I4c9c548a455ead290a2d4aef6d16343e9a1d7ebc
This commit is contained in:
Alex Schultz 2018-08-15 10:08:37 -06:00
parent ded5e91807
commit ea1bb10f2f
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ group :development, :test, :system_tests do
else
gem 'puppet-openstack_spec_helper',
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
:branch => 'stable/queens',
:require => 'false'
end
end