Sha256: b0aa90ed77868d7df4790aa190738d76938838c2560c3712b00fff1b35100fe1

Contents?: true

Size: 482 Bytes

Versions: 2

Compression:

Stored size: 482 Bytes

Contents

Feature: Command environment variables

  In order to test command line applications which make use of environment variables
  As a developer using Cucumber
  I want to use the command environment variable step

  Scenario: Changing the environment
    Given I set the environment variables to:
      | variable           | value      |
      | LONG_LONG_VARIABLE | long_value |
    When I run `/usr/bin/env`
    Then the output should contain:
      """
      long_value
      """

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aruba-0.6.0 features/command_environment_variables.feature
aruba-0.5.4 features/command_environment_variables.feature