Sha256: 202beb71c384ec51a3d079b3ba1f45f77dde51071d1bdd45e2cd93d9f900403e

Contents?: true

Size: 386 Bytes

Versions: 3

Compression:

Stored size: 386 Bytes

Contents

Feature: SSH Connection

  Background:
    Given a test app with the default configuration
    And servers with the roles app and web
    And a task which executes as root

  Scenario: Switching from default user to root and back again
    When I run cap "am_i_root"
    Then the task is successful
    And the output matches "I am uid=0\(root\)" followed by "I am uid=\d+\(deployer\)"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
capistrano-3.19.2 features/sshconnect.feature
capistrano-3.19.1 features/sshconnect.feature
capistrano-3.19.0 features/sshconnect.feature