From b7d3c8eaaf47ffbddb50cd942f8654e1aa8fe2f2 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: I5517a8c21acfb879a8210487748d8f2d049d0b9d Partial-bug: #1417604 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 330d9ba5..adf7ed23 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 'rake', '10.1.1' gem 'rspec' gem 'mocha'