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] 8459e14807
[2] http://logs.openstack.org/45/105245/6/check/gate-puppet-nova-puppet-unit-3.3/3682541/console.html

Conflicts:
	Gemfile

Change-Id: I1ceae5bc5232d859a11c87a567a2456acf3c8be8
Partial-bug: #1417604
(cherry picked from commit 155017859a)
This commit is contained in:
Sebastien Badia 2015-02-03 15:32:20 +01:00
parent b8dd8ff05c
commit 2b858cd4ac
1 changed files with 1 additions and 0 deletions

View File

@ -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', '< 2.99'
gem 'json'