1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec
seenmyfate ac95f5147b Allow roles to be fetched with an array
For the case where the array may be stored in a variable, for example:

    set :my_roles, [:app, :web]

    on roles fetch(:my_roles) do
      #
    end

This will allow https://github.com/capistrano/rails/pull/30 to be
refactored
2013-11-22 16:12:14 +00:00
..
integration Allow roles to be fetched with an array 2013-11-22 16:12:14 +00:00
lib Merge pull request #786 from rubyzg/master 2013-11-22 04:59:32 -08:00
support Merge branch '3.1.x' 2013-11-02 11:08:10 +00: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