1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec
Michal Cichra e52af0ac20 fix remote_task inside a namespace
Previously defining `remote_task` inside a namespace resulted in
scoping the file name to the namespace. For example file named
config/database.yaml inside shared namespace would result in:
shared:config/database.yml

That is surely unwanted behaviour. Fix is simple. Introducing
Capistrano::UploadTask that inherits from Rake::FileCreationTask.
These Rake File tasks are not carrying the namespace in their name.
2014-10-02 15:42:47 +02:00
..
integration Treat all host/role filtering options the same 2014-09-25 18:04:49 -07:00
lib fix remote_task inside a namespace 2014-10-02 15:42:47 +02:00
support Cucumber tests will now run on the latest Vagrant 2014-04-23 10:19:20 -05:00
integration_spec_helper.rb Add integration tests for deploy task 2013-06-16 13:08:15 +01:00
spec_helper.rb move to rspec 3 2014-08-12 22:52:37 +04:00