Sha256: 30e9671bdd12bfe38a123d62c17ed87d1004299afe1d00e38d04a3fb1408a511

Contents?: true

Size: 797 Bytes

Versions: 2

Compression:

Stored size: 797 Bytes

Contents

Feature: definitions version 
  As a Responsible of definitions for a given document 
  In order to detect handle versions definitions
  I want defmastership to export explicit versions in definitions

  Scenario: Extract one definition with explicit version to CSV 
    Given a file named "thedoc.adoc" with:
    """
    [define, requirement, TOTO-0001(pouet)]
    --
    Exemple of multiline requirement.
    Second line.
    --
    """
    When I successfully run `defmastership export thedoc.adoc`
    Then the file "thedoc.csv" should contain:
    """
    Type,Reference,Value,Checksum,Version
    requirement,TOTO-0001,"Exemple of multiline requirement.
    Second line.",~b86dcbde,pouet
    """
    And the stdout should not contain anything
    And the stderr should not contain anything

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
defmastership-1.0.9 features/definition_version.feature
defmastership-1.0.8 features/definition_version.feature