Sha256: 493e1e31acb61db40336b5a29e5dc2a8e31d0049e2e77d2725767f902d6e561f

Contents?: true

Size: 292 Bytes

Versions: 2

Compression:

Stored size: 292 Bytes

Contents

Feature: Working Directory
  Scenario: Working Directory
    Given a file named "foo/bar/example.txt" with:
    """
    hello world
    """
    When I cd to "foo/bar"
    And I run `cat example.txt`
    Then the output should contain "hello world"
    And the file "example.txt" should exist

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aruba-turnip-0.1.1 spec/acceptance/fixtures/cli-app/spec/acceptance/non-existence.feature
aruba-turnip-0.1.0 spec/acceptance/fixtures/cli-app/spec/acceptance/non-existence.feature