From: Sebastien Badia Date: Tue, 3 Feb 2015 14:32:20 +0000 (+0100) Subject: spec: pin rspec-puppet to 1.0.1 X-Git-Tag: 6.0.0~40 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=71f27f1a49d04f13cf950871946b2da8240c54fc;p=puppet-modules%2Fpuppet-ceilometer.git 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 --- 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'