Skip to content

Commit

Permalink
use rspec-puppet 2.0.0 from gems instead of git
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 23, 2015
1 parent fac6dac commit a37bf31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', '>= 1.1.0', :require => false
gem 'puppet-syntax', :require => false
gem 'rspec-puppet',
:git => 'https://github.com/rodjek/rspec-puppet.git',
:ref => 'v2.0.0',
:require => false
gem 'rspec-puppet', '~> 2.0.0', :require => false
end

# vim:ft=ruby

0 comments on commit a37bf31

Please sign in to comment.