Skip to content

Commit 0351844

Browse files
committed
Normalize Gemfile & pin tests to rspec < 2.99
Pin to rspec < 2.99 until rspec-puppet officially supports rspec 3.x. This is to avoid warnings due to deprecated matchers in the rspec-puppet gem. This change is also intended to normalize the Gemfile for all stackforge puppet modules. This should facilitate pinning gem versions when releasing new stable branches, since the same diff can be used for all repos. Change-Id: Id689c9b065f3a45088ca9518d3cd2f49d03d2c38 Partial-Bug: #1326034
1 parent 49dbaff commit 0351844

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ group :development, :test do
44
gem 'puppetlabs_spec_helper', :require => false
55
gem 'puppet-lint', '~> 0.3.2'
66
gem 'rake', '10.1.1'
7+
gem 'rspec', '< 2.99'
8+
gem 'json'
9+
gem 'webmock'
710
end
811

912
if puppetversion = ENV['PUPPET_GEM_VERSION']

0 commit comments

Comments
 (0)