File: subdirectory.feature

package info (click to toggle)
capistrano 3.19.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 804 kB
  • sloc: ruby: 5,351; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
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