1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/test
2008-04-24 22:37:02 -06: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 Add alternative server-centric role definition method 2008-02-23 04:15:16 +00:00
deploy Use correct source for query_revision [#4 tagged:committed state:resolved] 2008-04-24 22:37:02 -06: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 Ensure that the default run options are mixed into the command options when executing a command from the cap shell (closes #11348) 2008-03-14 03:20:08 +00:00
ssh_test.rb pass the entire ssh_options Hash in a ServerDefinition's options to the Net:SSH.start call for that server 2008-04-10 13:38:12 -04: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