Skip to content

Commit c152cd4

Browse files
author
Joshua Hoblitt
committed
peg rspec-puppet gem version < 1
rspec-puppet >= 1.0 removed the catalogue method which breaks the param method in `spec/spec_helper.rb`. Hopefully, this method will be re-added in a subsequent release.
1 parent 044ff62 commit c152cd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
33
group :development, :test do
44
gem 'rake'
55
gem 'puppetlabs_spec_helper', :require => false
6+
gem 'rspec-puppet', '< 1.0'
67
gem 'rspec-system-puppet', '~>2.0'
78
gem 'rspec-system-serverspec', '~>1.0'
89
gem 'puppet-lint', '~> 0.3.2'

0 commit comments

Comments
 (0)