(gemfile) Unpin rspec version (upgrade to 3)

This commit is contained in:
Sebastien Badia 2014-09-30 12:13:06 +02:00
parent 7a81eca442
commit 3af9b767db

View File

@ -6,10 +6,7 @@ group :development, :test do
gem 'rake', '10.1.1'
gem 'puppet-syntax'
gem 'rspec-puppet', :git => 'https://github.com/rodjek/rspec-puppet.git'
# rspec-puppet fetch the latest rspec (3.0.0)
# this version is a bit incompat. with older specs...
# http://myronmars.to/n/dev-blog/2014/05/notable-changes-in-rspec-3
gem 'rspec', '< 2.99'
gem 'rspec'
gem 'json'
gem 'webmock'
end