From 08e1d0f5ac94eab75521526f96d2a16250a83a55 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 28 Sep 2016 10:48:14 -0600 Subject: [PATCH] Use stable/newton spec helper We need to use the stable/newton version of our spec helper when testing. Change-Id: I78d8f8691877ba8248cd1082fe3a35e98b8b9896 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 1fab608..ed859da 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- 2.45.2