summaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-05-02 12:57:04 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-05-02 12:57:04 -0700
commit7443e8b80562295abd856bd0642e6e28a2fcf4bb (patch)
tree1bbef627bf89a1f5cbe4d067e0959a68d1355f6f /spec/spec_helper_acceptance.rb
parent143a0078b01fdde118b19e89486b96644f1d5d7e (diff)
parentaf49ef4ca2e4c2219c1c547bdc7f368d3eb777eb (diff)
downloadpuppet-stdlib-7443e8b80562295abd856bd0642e6e28a2fcf4bb.tar.gz
puppet-stdlib-7443e8b80562295abd856bd0642e6e28a2fcf4bb.tar.bz2
Merge pull request #245 from hunner/fix_augeas
Fix the validate_augeas beaker tests
Diffstat (limited to 'spec/spec_helper_acceptance.rb')
-rw-r--r--spec/spec_helper_acceptance.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb
index e9d0be8..1a0bba0 100644
--- a/spec/spec_helper_acceptance.rb
+++ b/spec/spec_helper_acceptance.rb
@@ -8,8 +8,7 @@ unless ENV['RS_PROVISION'] == 'no' or ENV['BEAKER_provision'] == 'no'
if host.is_pe?
install_pe
else
- install_package host, 'rubygems'
- on host, 'gem install puppet --no-ri --no-rdoc'
+ install_puppet
on host, "mkdir -p #{host['distmoduledir']}"
end
end