Sha256: ccc790ba2ef7fee09cdf9752f6602b375d375b32b64ddf4cc7d9ec82ddbb4ffb

Contents?: true

Size: 467 Bytes

Versions: 2

Compression:

Stored size: 467 Bytes

Contents

Feature: File Pipeline
  As a developer, I want to have a full access of the files managed, and processed by the app
  during runtime.
  This is to offer a simple API for parts of the programs which needs access to the files processed

  Scenario: Loading Input files
    Given I have a root directory
    And There is a posts directory in the root directory
    When I initialize initialize the file pipeline
    Then  I should have a stack of input files

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blogdown-0.0.2 features/file_pipeline.feature
blogdown-0.0.1 features/file_pipeline.feature