diff --git a/spec/support/test_app.rb b/spec/support/test_app.rb index 726ffd27..fc34c7c3 100644 --- a/spec/support/test_app.rb +++ b/spec/support/test_app.rb @@ -12,7 +12,7 @@ module TestApp def default_config <<-CONFIG set :deploy_to, '#{deploy_to}' - set :repo_url, 'git://github.com/capistrano/capistrano.git' + set :repo_url, 'https://github.com/capistrano/capistrano.git' set :branch, 'master' set :ssh_options, { keys: "\#{ENV['HOME']}/.vagrant.d/insecure_private_key", auth_methods: ['publickey'] } server 'vagrant@localhost:2220', roles: %w{web app}