Sha256: ed28d4066969f4882b7051563270d37cf69fda238a19fff6143a510a9bb4de47

Contents?: true

Size: 881 Bytes

Versions: 9

Compression:

Stored size: 881 Bytes

Contents

Feature: Copy letter

  In order to save money, time and trees
  WiCoRIS-Postman should deliver letters by copying them to shared folder

  Background:
    Given a letter
    And a copy job
    And an output folder

  @announce
  Scenario: Single copy job
    When I run postman with output dir
    Then the letter should have been copied
    And the job should have been deleted
    And the copy should have been logged

  @announce
  Scenario: No copy in NOOP mode
    When I run postman with output dir in noop mode
    Then the letter should not have been copied
    And the job should not have been deleted
    And the copy should have been logged

  @announce
  Scenario: Run with config file
    When I run postman with output dir from config file
    Then the letter should have been copied
    And the job should have been deleted
    And the copy should have been logged

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wicoris-postman-0.13.0 features/copy.feature
wicoris-postman-0.12.2 features/copy.feature
wicoris-postman-0.12.1 features/copy.feature
wicoris-postman-0.12.0 features/copy.feature
wicoris-postman-0.11.3 features/copy.feature
wicoris-postman-0.11.2 features/copy.feature
wicoris-postman-0.11.1 features/copy.feature
wicoris-postman-0.11.0 features/copy.feature
wicoris-postman-0.10.0 features/copy.feature