1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/test
2008-01-31 04:55:21 +00:00
..
cli Added support for :on_error => :continue in task definitions, allowing tasks to effectively ignore connection and execution errors that occur as they run 2007-06-28 03:14:37 +00:00
configuration Fail gracefully when double-colons are used to delimit namespaces (closes #10472) 2008-01-31 04:44:50 +00:00
deploy Add test case from #10515 to show that scm_command is honored by the git module. (The rest was implemented as a side-effect of [8755]. closes #10515) 2008-01-31 04:55:21 +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 Set :shell to false to run a command without wrapping it in "sh -c" (closes #9290) 2007-09-01 03:31:53 +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 Added support for :on_error => :continue in task definitions, allowing tasks to effectively ignore connection and execution errors that occur as they run 2007-06-28 03:14:37 +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 Don't break task descriptions on a period that appears in the middle of a sentence 2007-06-29 02:43:16 +00:00
upload_test.rb fix the tests, too 2007-10-14 14:51:41 +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