Sha256: 4bea8f280a14b92e5401acdc720ff14970d6bff4159caa0499b19db1c0fa25e9

Contents?: true

Size: 325 Bytes

Versions: 27

Compression:

Stored size: 325 Bytes

Contents

Feature: cap can be run from a subdirectory, and will still find the Capfile

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

  Scenario: Running cap from a subdirectory
    When I run cap "git:check" within the "config" directory
    Then the task is successful

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
capistrano-3.10.1 features/subdirectory.feature
capistrano-3.10.0 features/subdirectory.feature
capistrano-3.9.1 features/subdirectory.feature
capistrano-3.9.0 features/subdirectory.feature
capistrano-3.8.2 features/subdirectory.feature
capistrano-3.8.1 features/subdirectory.feature
capistrano-3.8.0 features/subdirectory.feature