Use stable/newton spec helper

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

Change-Id: If62bbdd2abb5de66c9687f64bd915b052c0143a4
This commit is contained in:
Alex Schultz 2016-09-28 10:48:14 -06:00
parent 83d8be45b1
commit 4488de8d35
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