Sha256: b5fbec43efad0ffd28b8c3a0e865516ee1697f3c94e54a14a83f52175a06abfa

Contents?: true

Size: 1.01 KB

Versions: 39

Compression:

Stored size: 1.01 KB

Contents

Feature: The path to the configuration can be changed, removing the need to
  follow Ruby/Rails conventions

  Background:
    Given a test app with the default configuration
    And servers with the roles app and web

  Scenario: Deploying with configuration in default location
    When I run "cap test"
    Then the task is successful

  Scenario: Deploying with configuration in a custom location
    But the configuration is in a custom location
    When I run "cap test"
    Then the task is successful

  Scenario: Show install task with configuration in default location
    When I run "cap -T"
    Then the task is successful
    And contains "install" in the output

  Scenario: Hide install task with configuration in a custom location
    And config stage file has line "desc 'Special Task'"
    And config stage file has line "task :special_stage_task"
    But the configuration is in a custom location
    When I run "cap -T"
    Then the task is successful
    And doesn't contain "special_stage_task" in the output

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
capistrano-3.19.2 features/configuration.feature
capistrano-3.19.1 features/configuration.feature
capistrano-3.19.0 features/configuration.feature
capistrano-3.18.1 features/configuration.feature
capistrano-3.18.0 features/configuration.feature
capistrano-3.17.3 features/configuration.feature
capistrano-3.17.2 features/configuration.feature
capistrano-3.17.1 features/configuration.feature
capistrano-3.17.0 features/configuration.feature
capistrano-3.16.0 features/configuration.feature
capistrano-3.15.0 features/configuration.feature
capistrano-3.14.1 features/configuration.feature
capistrano-3.14.0 features/configuration.feature
capistrano-3.13.0 features/configuration.feature
capistrano-3.12.1 features/configuration.feature
capistrano-3.12.0 features/configuration.feature
capistrano-3.11.2 features/configuration.feature
capistrano-3.11.1 features/configuration.feature
capistrano-3.11.0 features/configuration.feature
capistrano-3.10.2 features/configuration.feature