1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/test/configuration
2008-01-31 04:44:50 +00:00
..
actions Use sudo -p switch to set sudo password prompt to something predictable 2007-09-01 14:56:00 +00:00
callbacks_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
connections_test.rb make sure the tests for #establish_connections_to always receive an array of server objects 2007-08-29 17:53:48 +00:00
execution_test.rb Added support for start and finish callbacks, which get invoked when any task is called via the command-line 2007-05-09 05:14:37 +00:00
loading_test.rb Allow independent configurations to require the same recipe file (closes #9367) 2007-09-01 14:35:31 +00:00
namespace_dsl_test.rb Fail gracefully when double-colons are used to delimit namespaces (closes #10472) 2008-01-31 04:44:50 +00:00
roles_test.rb Allow roles to be declared empty 2007-06-06 13:20:25 +00:00
servers_test.rb 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
variables_test.rb Refactored CLI stuff. Improved help system. 2007-03-04 18:19:26 +00:00