Sha256: 2903dbedf82da72d6fb759a9bc13400ed517710627f0e5b6eee13cf120862ce1

Contents?: true

Size: 590 Bytes

Versions: 6

Compression:

Stored size: 590 Bytes

Contents

Feature: Failures
  As a user, when something goes wrong (either via my
  own doing, or because of something unexpected), I
  should be notified

  Scenario: Run with bad aText Input
    Given a file located at "/tmp/expandsync/input/random-text-file.txt"
    When I run `expandsync /tmp/expandsync/input/random-text-file.txt`
    Then the exit status should be 1  

  Scenario: Run with bad -a flag
    Given a file located at "/tmp/expandsync/input/atext.csv"
    When I run `expandsync -a /asdgsaduatsidtigasd/out.csv /tmp/expandsync/input/atext.csv`
    Then the exit status should be 1

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
expandsync-0.2.2 features/3.failures.feature
expandsync-0.2.1 features/3.failures.feature
expandsync-0.2.0 features/3.failures.feature
expandsync-0.1.3 features/3.failures.feature
expandsync-0.1.2 features/3.failures.feature
expandsync-0.1.1 features/3.failures.feature