aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGael Chamoulaud <gchamoul@redhat.com>2015-03-17 10:34:29 +0100
committerGael Chamoulaud <gchamoul@redhat.com>2015-03-17 10:34:29 +0100
commit23c01f6e715f943591e44f08c99d42fb11c6d21c (patch)
tree6f3503205c2bd539a456b356df75f5e10e7b4231
parent653d7dcb13efd8c18e65051114700b81f160d812 (diff)
spec: updates for rspec-puppet 2.x and rspec 3.x
- This patch aim to update our specs test in order to work with the rspec-puppet release 2.0.0, in the mean time, we update rspec syntax order to be prepared for rspec 3.x move. Change-Id: If67d5d39d7b94785c811a16703cdfe9782df2d24 Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
-rw-r--r--Gemfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index d3d3a07..3800d2e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,8 +2,8 @@ source 'https://rubygems.org'
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
+ gem 'rspec-puppet', '~> 2.0.0', :require => false
- gem 'puppet-lint', '~> 1.1'
gem 'metadata-json-lint'
gem 'puppet-lint-param-docs'
gem 'puppet-lint-absolute_classname-check'
@@ -16,10 +16,6 @@ group :development, :test do
gem 'puppet-lint-variable_contains_upcase'
gem 'puppet-lint-numericvariable'
- gem 'rake', '10.1.1'
- gem 'puppet-syntax'
- gem 'rspec-puppet', :git => 'https://github.com/rodjek/rspec-puppet.git'
- gem 'rspec'
gem 'json'
gem 'webmock'
gem 'r10k'