summaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-05-02 12:56:22 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-05-02 12:56:22 -0700
commitaf49ef4ca2e4c2219c1c547bdc7f368d3eb777eb (patch)
tree1bbef627bf89a1f5cbe4d067e0959a68d1355f6f /spec/spec_helper_acceptance.rb
parent143a0078b01fdde118b19e89486b96644f1d5d7e (diff)
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