Sha256: 3d7b8d99bc3daf0e84fd14747e131738b156f181634bdf7395c43a787928ca35

Contents?: true

Size: 459 Bytes

Versions: 14

Compression:

Stored size: 459 Bytes

Contents

Feature: Remote file task

  Background:
    Given a test app with the default configuration
    And a custom task to generate a file
    And servers with the roles app and web

  Scenario: Where the file does not exist
    When I run cap "deploy:check:linked_files"
    Then it creates the file with the remote_task prerequisite

  Scenario: Where the file already exists
    When I run cap "deploy:check:linked_files"
    Then it will not recreate the file

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
capistrano-3.6.1 features/remote_file_task.feature
capistrano-3.6.0 features/remote_file_task.feature
capistrano-3.5.0 features/remote_file_task.feature
capistrano-3.4.1 features/remote_file_task.feature
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/capistrano-3.4.0/features/remote_file_task.feature
capistrano-3.4.0 features/remote_file_task.feature
capistrano-3.3.5 features/remote_file_task.feature
capistrano-3.3.4 features/remote_file_task.feature
capistrano-3.3.3 features/remote_file_task.feature
capistrano-3.2.1 features/remote_file_task.feature
capistrano-3.2.0 features/remote_file_task.feature
capistrano-3.1.0 features/remote_file_task.feature
capistrano-3.0.1 features/remote_file_task.feature
capistrano-3.0.0 features/remote_file_task.feature