Use stable/newton spec helper

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

Change-Id: I9d67d21ef3e259c550ccb676d477af4b1c54e5dd
This commit is contained in:
Alex Schultz 2016-09-28 10:48:14 -06:00
parent 1deecfe335
commit 1c94eb888d
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