1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/test
2007-06-17 14:27:47 +00:00
..
cli Added support for load and exit callbacks, which get invoked when all recipes have been loaded and when all requested tasks have been executed 2007-05-09 05:24:21 +00:00
configuration Allow the :hosts and :roles keys to accept lambdas, which will be evaluated lazily to allow runtime selection of hosts and roles in tasks 2007-06-17 14:27:47 +00:00
deploy copy strategy should chdir to local tmpdir before building tarball 2007-05-11 03:12:05 +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 Invoke all commands via sh (customizable via :default_shell) 2007-06-05 16:10:01 +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 Make the server definition itself available to SSH channels, rather that just the host name. Identify servers by their complete credentials in logs, rather than simply by hostname. 2007-05-09 04:45:54 +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 Make the server definition itself available to SSH channels, rather that just the host name. Identify servers by their complete credentials in logs, rather than simply by hostname. 2007-05-09 04:45:54 +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 server options take precedence over ssh_options (closes #6547) 2007-06-14 16:01:49 +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 the UploadError exception include an array of the hosts that failed 2007-06-08 03:30:40 +00:00
utils.rb attempt to load rubygems and the mocha gem 2007-05-11 03:05:22 +00:00
version_test.rb Logger and version tests. Lay the actor class to rest. 2007-03-04 20:11:09 +00:00