summaryrefslogtreecommitdiff
path: root/spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_https.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_https.rb')
-rw-r--r--spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_https.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_https.rb b/spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_https.rb
index 67a6f73..67a7ed9 100644
--- a/spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_https.rb
+++ b/spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_https.rb
@@ -7,7 +7,7 @@ password = 'bar'
http_server_script = 'basic_auth_https_daemon.rb'
hosts.each do |host|
- ruby = '/opt/puppet/bin/ruby' if host.is_pe? || 'ruby'
+ ruby = (host.is_pe? && '/opt/puppet/bin/ruby') || 'ruby'
tmpdir = host.tmpdir('vcsrepo')
step 'setup - create repo' do
install_package(host, 'git')