mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
6 lines
103 B
Ruby
6 lines
103 B
Ruby
|
role :test, "www.capistrano.test"
|
||
|
|
||
|
task :testing, :roles => :test do
|
||
|
set :testing_occurred, true
|
||
|
end
|