Use stable/newton spec helper

We need to use the stable/newton version of our spec helper when
testing.

Change-Id: I614f654c5ca969b55ae69e83bc31a27fee503129
This commit is contained in:
Alex Schultz 2016-09-28 10:48:14 -06:00
parent 33df0238be
commit c80aa7f4cd
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +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 => 'stable/newton',
:require => false
end