Use stable/newton spec helper
We need to use the stable/newton version of our spec helper when testing. Change-Id: I1abc2f3269216ae2b26ccf03cde8087c8fbc1661
This commit is contained in:
parent
3ff7d04d7d
commit
6fbd66ffe1
1
Gemfile
1
Gemfile
@ -3,6 +3,7 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org"
|
|||||||
group :development, :test, :system_tests do
|
group :development, :test, :system_tests do
|
||||||
gem 'puppet-openstack_spec_helper',
|
gem 'puppet-openstack_spec_helper',
|
||||||
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
|
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
|
||||||
|
:branch => 'stable/newton',
|
||||||
:require => false
|
:require => false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user