spec/integration/deploy_started_spec.rb in capistrano-3.0.0.pre6 vs spec/integration/deploy_started_spec.rb in capistrano-3.0.0.pre7
- old
+ new
@@ -8,10 +8,10 @@
describe 'deploy:check' do
let(:config) {
%{
set :stage, :#{stage}
set :deploy_to, '#{deploy_to}'
- set :repo, 'git://github.com/capistrano/capistrano.git'
+ set :repo_url, 'git://github.com/capistrano/capistrano.git'
set :branch, 'v3'
server 'localhost', roles: %w{web app}, user: '#{current_user}'
set :linked_files, %w{config/database.yml}
set :linked_dirs, %w{bin log public/system vendor/bundle}
}