Sha256: a2d0fc3b21e8fe2e3d0b47dc0947eb61e367b26402d7cc59fcb6dbe666376d5a

Contents?: true

Size: 468 Bytes

Versions: 7

Compression:

Stored size: 468 Bytes

Contents

Feature: Run commands

  There are several steps to run commands with `aruba`.

  Background:
    Given I use a fixture named "cli-app"

  Scenario: Run command found in path
    Given an executable named "bin/cli" with:
    """
    #!/bin/bash
    exit 0
    """
    And a file named "features/run.feature" with:
    """
    Feature: Run it
      Scenario: Run command
        When I run `cli`
    """
    When I run `cucumber`
    Then the features should all pass

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
aruba-0.12.0 features/steps/command/run.feature
aruba-0.11.2 features/steps/command/run.feature
aruba-0.11.1 features/steps/command/run.feature
aruba-0.11.0.pre4 features/steps/command/run.feature
aruba-0.11.0.pre3 features/steps/command/run.feature
aruba-0.11.0.pre2 features/steps/command/run.feature
aruba-0.11.0.pre features/steps/command/run.feature