1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec/integration
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
..
dsl_spec.rb Allow roles to be fetched with an array 2013-11-22 16:12:14 +00:00