From 01f0a3057d3bdad97637a8c19b24f010a8c070e8 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Tue, 3 Feb 2015 15:32:20 +0100 Subject: [PATCH] spec: pin rspec-puppet to 1.0.1 rspec-puppet (2.0.0) was released yesterday[1], this new version broke puppet-openstack unit tests (undefined method `resource')[2] as talked on and in a second time to update your specs to 2.0.0 and rspec 3.x`) [1] https://github.com/rodjek/rspec-puppet/commit/8459e14807977244c00bdbcf190062c529b63474 [2] http://logs.openstack.org/45/105245/6/check/gate-puppet-nova-puppet-unit-3.3/3682541/console.html Change-Id: Ia41394433be65435fc7de6327a5659b26e1a85a5 Partial-bug: #1417604 (cherry picked from commit 71f27f1a49d04f13cf950871946b2da8240c54fc) --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index b470b76..dae47aa 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,7 @@ source 'https://rubygems.org' group :development, :test do gem 'puppetlabs_spec_helper', :require => false gem 'puppet-lint', '~> 0.3.2' + gem 'rspec-puppet', '~> 1.0.1' gem 'metadata-json-lint' gem 'puppet-syntax' gem 'rake', '10.1.1' -- 2.45.2