Sha256: df2fe07a49dce3d4b686be4c6115e7e1152a2108c636129960b1bdd1b691490e

Contents?: true

Size: 689 Bytes

Versions: 14

Compression:

Stored size: 689 Bytes

Contents

Feature: Test tasks for namespace 'current_folder'

  Background:
    Given a test app with the default configuration
    And the remote server is cleared

  Scenario: Do not remove current folder if it is symlinked
    Given the project is deployed
    And I store the symlink source of current
    When I successfully run `cap dev current_folder:remove_unlesss_symlinked`
    Then the symlink source of current should not have changed

  Scenario: Remove current folder if it's not symlinked
    Given a remote directory named "current_path"
    When I successfully run `cap dev current_folder:remove_unlesss_symlinked`
    Then a remote directory named "current_path" should not exist

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
dkdeploy-core-10.0.0 features/current_folder.feature
dkdeploy-core-9.3.1 features/current_folder.feature
dkdeploy-core-9.2.4 features/current_folder.feature
dkdeploy-core-9.1.1 features/current_folder.feature
dkdeploy-core-9.0.1 features/current_folder.feature
dkdeploy-core-8.0.2 features/current_folder.feature
dkdeploy-core-9.3.0 features/current_folder.feature
dkdeploy-core-9.2.3 features/current_folder.feature
dkdeploy-core-9.2.2 features/current_folder.feature
dkdeploy-core-9.2.1 features/current_folder.feature
dkdeploy-core-9.1.0 features/current_folder.feature
dkdeploy-core-9.0.0 features/current_folder.feature
dkdeploy-core-8.0.1 features/current_folder.feature
dkdeploy-core-8.0.0 features/current_folder.feature