Sha256: 571eff435cb9f4188539df72526d2a55b664962d2fce3e1a8198902c446049d7

Contents?: true

Size: 488 Bytes

Versions: 7

Compression:

Stored size: 488 Bytes

Contents

Feature: Configuration, Configuration, Configuration

  Scenario: run the main script with tokens set in the environment

    Given a runtime environment with config:
      | SEMAPHORE_AUTH_TOKEN    | foo|
      | SEMAPHORE_PROJECT_TOKEN | bar|
    When I run `git-semaphore --env-config` in a git working dir
    Then the exit status should be 0
     And the output should match /export SEMAPHORE_AUTH_TOKEN="foo"/
     And the output should match /export SEMAPHORE_PROJECT_TOKEN="bar"/

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
git-semaphore-0.0.9 features/env_config.feature
git-semaphore-0.0.7 features/env_config.feature
git-semaphore-0.0.6 features/env_config.feature
git-semaphore-0.0.5 features/env_config.feature
git-semaphore-0.0.4 features/env_config.feature
git-semaphore-0.0.3 features/env_config.feature
git-semaphore-0.0.2 features/env_config.feature