mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
3b79481659
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6321 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
5 lines
103 B
Ruby
5 lines
103 B
Ruby
role :test, "www.capistrano.test"
|
|
|
|
task :testing, :roles => :test do
|
|
set :testing_occurred, true
|
|
end
|