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