1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/test/fixtures/cli_integration.rb

5 lines
103 B
Ruby

role :test, "www.capistrano.test"
task :testing, :roles => :test do
set :testing_occurred, true
end