Skip to content

Commit

Permalink
update Gemfile rspec-puppet to point to upstream git
Browse files Browse the repository at this point in the history
The patch needed to properly test the port389_nssd_add_cert() function
has been merged:

rodjek/rspec-puppet#155
rodjek/rspec-puppet@03e9442
  • Loading branch information
Joshua Hoblitt committed Jan 31, 2014
1 parent 5f97fe9 commit 6112159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ gem 'puppet-lint', :require => false
gem 'puppet-syntax', :require => false
gem 'rspec-system', :require => false
gem 'rspec-system-puppet', :require => false
gem 'rspec-puppet', '1.0.1', :git => 'https://github.com/jhoblitt/rspec-puppet', :ref => '2de529d5a4bc01f91a4f6061c957badc6844ac6f', :require => false
gem 'rspec-puppet', '1.0.1', :git => 'https://github.com/rodjek/rspec-puppet.git', :ref => '03e94422fb9bbdd950d5a0bec6ead5d76e06616b', :require => false
gem 'rspec-system-serverspec', '>=2', :require => false
gem 'serverspec', :require => false

0 comments on commit 6112159

Please sign in to comment.