Sha256: 783e3578927f7fd3b245383f482daa31cf92822c175c340023291c35bf73aa20

Contents?: true

Size: 546 Bytes

Versions: 9

Compression:

Stored size: 546 Bytes

Contents

Feature: Receive metadata as user input or extract from data sources

  To generate clean provenance strings through a friendly interface
  I want to use a DSL for the PROV ontology

  Scenario: Generate based on example for w3.org
    Given the prov DSL string from file examples/primer-full.prov
    When I call Prov.run on it
    Then I should receive a provenance string

  Scenario: Generate from file
    Given the prov DSL string from file examples/prov_dsl.prov
    When I call Prov.run on it
    Then I should receive a provenance string

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
publisci-0.1.6 features/prov_dsl.feature
publisci-0.1.5 features/prov_dsl.feature
publisci-0.1.4 features/prov_dsl.feature
publisci-0.1.3 features/prov_dsl.feature
publisci-0.1.2 features/prov_dsl.feature
bio-publisci-0.1.0 features/prov_dsl.feature
bio-publisci-0.0.8 features/prov_dsl.feature
bio-publisci-0.0.7 features/prov_dsl.feature
bio-publisci-0.0.6 features/prov_dsl.feature