Skip to content

Commit

Permalink
Update Gemfile to use upstream rspec-puppet
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienthebo committed Jul 9, 2013
1 parent 353c770 commit 0522487
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ gem 'facter', '>= 1.6.2'
group :test, :development do
gem 'rspec', '~> 2.10.0'
gem 'mocha', '~> 0.10.5'
gem 'rspec-puppet',
:git => 'https://github.com/adrienthebo/rspec-puppet',
:ref => 'recursive_param_compare'
gem 'rspec-puppet', :git => 'https://github.com/rodjek/rspec-puppet'
gem 'rake'
end

Expand Down

0 comments on commit 0522487

Please sign in to comment.