(maint) Require rspec 3

Prior to this commit, the Gemfile did not specify an rspec version
but relied on methods that were only in rspec 3. In order to prevent
failures when running with versions older than 3, tie the specs to
3.1 or greater, which is what puppet does.
This commit is contained in:
Hailee Kenney 2016-04-25 16:45:52 -07:00
parent 7e3470f7cf
commit 73518f9d41
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ else
end
group :test do
gem "rspec"
gem "rspec", "~> 3.1"
gem 'mocha'
gem 'puppetlabs_spec_helper'
gem 'serverspec'