1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec
seenmyfate 7eb7ca0124 Ensure release_path returns the correct value
`release_path` will now return the value of `current_path` by default.

Tasks that create a new release (i.e. `deploy`) now explicitly over-ride this
default with a new release path.  This change allows tasks that run in both
deploy and non-deploy contexts to use `release_path` to target the latest
 release when run in isolation, and the new release (before it is `current`)
when run as part of a deploy.
2013-08-10 19:31:03 +01:00
..
integration Ensure release_path returns the correct value 2013-08-10 19:31:03 +01:00
lib Ensure release_path returns the correct value 2013-08-10 19:31:03 +01:00
support Add integration tests for deploy task 2013-06-16 13:08:15 +01:00
integration_spec_helper.rb Add integration tests for deploy task 2013-06-16 13:08:15 +01:00
spec_helper.rb Add integration tests for deploy task 2013-06-16 13:08:15 +01:00