Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit bb9999e

Browse files
committed
Require spec < 3.0
1 parent ff86025 commit bb9999e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ group :test do
44
gem "rake"
55
gem "puppet", ENV['PUPPET_VERSION'] || '>= 2.7.0'
66
gem "puppet-lint"
7+
gem 'rspec', '< 3.0.0'
78
gem "rspec-puppet", :git => 'https://github.com/rodjek/rspec-puppet.git', :ref => '389f99ef666521fec1b4530fe69dc1ab84a060a8'
89
gem "puppet-syntax"
910
gem "puppetlabs_spec_helper"

0 commit comments

Comments
 (0)