1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/test/configuration
2007-06-17 14:27:47 +00:00
..
actions Invoke all commands via sh (customizable via :default_shell) 2007-06-05 16:10:01 +00:00
callbacks_test.rb 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
connections_test.rb Uniquely identify servers based on hostname, port, and username, instead of merely on hostname 2007-05-09 04:02:50 +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 connections module, and some refactoring and bolstering of other tests 2007-02-28 19:13:13 +00:00
namespace_dsl_test.rb Make sure 'desc' applies to the next defined task, in any namespace. 2007-05-08 04:31:43 +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