1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec
Juan Ibiapina 9da7eb56a0 🐼 Added tests for after/before hooks
https://github.com/capistrano/capistrano/issues/1004

The changes of #938 affect the order the task executes. The "prerequisite" task seems to be running as
if it was defined in a after block, which makes sense, since it is now invoked by the task instead of being a prerequisite.

Since there were missed tests and @juanibiapina added simple tests in #1005, and were modified in this commit to cover
current business logic of the master.
2014-04-23 12:47:43 +03:00
..
integration Changed i18n 2014-04-16 12:24:08 +04:00
lib 🐼 Added tests for after/before hooks 2014-04-23 12:47:43 +03:00
support Merge pull request #892 from miry/load-deploy-and-stage-tasks 2014-04-15 12:16:39 +02:00
integration_spec_helper.rb Add integration tests for deploy task 2013-06-16 13:08:15 +01:00
spec_helper.rb Integration tests with Vagrant and Cucumber 2013-09-27 11:45:55 +01:00