1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/test/configuration
Jamis Buck 50942285c9 Allow roles to be declared empty
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6953 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-06-06 13:20:25 +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 Pull the server selection code out of the task definition and into the configuration 2007-04-01 04:20:33 +00:00
variables_test.rb Refactored CLI stuff. Improved help system. 2007-03-04 18:19:26 +00:00