]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Use stable/newton spec helper
authorAlex Schultz <aschultz@redhat.com>
Wed, 28 Sep 2016 16:48:14 +0000 (10:48 -0600)
committerAlex Schultz <aschultz@redhat.com>
Wed, 28 Sep 2016 16:52:55 +0000 (10:52 -0600)
We need to use the stable/newton version of our spec helper when
testing.

Change-Id: I78d8f8691877ba8248cd1082fe3a35e98b8b9896

Gemfile

diff --git a/Gemfile b/Gemfile
index 1fab60854b17e9b5e192a3dcd57b0d6d929bd371..ed859dad0e41dd0fe12ddf310e000107e71d1434 100644 (file)
--- 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