Sha256: 61a66b6209ca5bb28bc4ef29d9cd93f77f3a97aaa12d02459391974ef90fa593

Contents?: true

Size: 249 Bytes

Versions: 11

Compression:

Stored size: 249 Bytes

Contents

Given(/^the prov DSL string from file (.+)$/) do |file|
  @dsl_string = file
end

When(/^I call Prov\.run on it$/) do
  @turtle_string = PubliSci::Prov.run(@dsl_string)
end

Then(/^I should receive a provenance string$/) do
  puts @turtle_string
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
publisci-0.1.6 features/prov_dsl_steps.rb
publisci-0.1.5 features/prov_dsl_steps.rb
publisci-0.1.4 features/prov_dsl_steps.rb
publisci-0.1.3 features/prov_dsl_steps.rb
publisci-0.1.2 features/prov_dsl_steps.rb
bio-publisci-0.1.0 features/prov_dsl_steps.rb
bio-publisci-0.0.8 features/prov_dsl_steps.rb
bio-publisci-0.0.7 features/prov_dsl_steps.rb
bio-publisci-0.0.6 features/prov_dsl_steps.rb
bio-publisci-0.0.5 features/prov_dsl_steps.rb
bio-publisci-0.0.4 features/prov_dsl_steps.rb