1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/test
2007-05-09 04:02:50 +00:00
..
cli add a more verbose help option 2007-03-29 21:31:20 +00:00
configuration Uniquely identify servers based on hostname, port, and username, instead of merely on hostname 2007-05-09 04:02:50 +00:00
deploy Allow (e.g.) scm_command and local_scm_command to be set in the event of different paths to the scm command on local vs. remote hosts 2007-05-09 03:36:26 +00:00
fixtures Make sure the CLI components integrate nicely. Make sure the Configuration components integrate nicely. 2007-03-04 21:34:35 +00:00
cli_test.rb Make sure the CLI components integrate nicely. Make sure the Configuration components integrate nicely. 2007-03-04 21:34:35 +00:00
command_test.rb make CommandError able to report on which hosts failed 2007-03-27 21:41:55 +00:00
configuration_test.rb before/after hooks for a namespace's default task can be named after the namespace, instead of "before_default", etc. 2007-03-25 20:02:29 +00:00
extensions_test.rb unit tests for extensions mechanism, and a bit more robustness 2007-03-16 22:11:45 +00:00
gateway_test.rb restore plugin extension mechanism, fix hostname problem for tunnelled connections 2007-03-16 21:22:10 +00:00
logger_test.rb Logger and version tests. Lay the actor class to rest. 2007-03-04 20:11:09 +00:00
server_definition_test.rb Uniquely identify servers based on hostname, port, and username, instead of merely on hostname 2007-05-09 04:02:50 +00:00
shell_test.rb search back up the directory tree for the default capfile if one is not found in the current directory 2007-03-24 21:12:36 +00:00
ssh_test.rb restore plugin extension mechanism, fix hostname problem for tunnelled connections 2007-03-16 21:22:10 +00:00
task_definition_test.rb Pull the server selection code out of the task definition and into the configuration 2007-04-01 04:20:33 +00:00
upload_test.rb Make sure the :done flag is reset each time 2007-03-13 03:11:36 +00:00
utils.rb Try to require the fastthread library when using Ruby 1.8.6, to prevent deadlocks 2007-04-11 19:12:11 +00:00
version_test.rb Logger and version tests. Lay the actor class to rest. 2007-03-04 20:11:09 +00:00