Use stable/newton spec helper

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

Change-Id: I4685529f1c732a19d25b79df35afd53596c2210e
This commit is contained in:
Alex Schultz 2016-09-28 10:48:14 -06:00
parent e1c19def2b
commit cd04f8329c
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