Sha256: 792f3556a81cadaf59e74440573d0569c070c251b332ce8c4ab819075b48f10e

Contents?: true

Size: 608 Bytes

Versions: 5

Compression:

Stored size: 608 Bytes

Contents

Feature: Parse CSV specifications

  Scenario: [single-csv-file] Get scenarios from a single specification file
    Given: the configuration indicates a path to a csv file with a header matching the configuration
    When parsing the file
    Then return the scenarios matching the regexp from the file

  Scenario: [multiple-csv-files] Get scenarios from multiple specification files
    Given the configuration indicates a path to folder containing multiple a csv files with a header matching the configuration
    When parsing the files
    Then return the scenarios matching the regexp from all the files

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spec_tracker-1.2.4 specifications/parse_csv_specifications.feature
spec_tracker-1.2.3 specifications/parse_csv_specifications.feature
spec_tracker-1.2.2 specifications/parse_csv_specifications.feature
spec_tracker-1.2.1 specifications/parse_csv_specifications.feature
spec_tracker-1.2.0 specifications/parse_csv_specifications.feature