Sha256: 9b2035c2c759c19cc844b4008af307e64a253940411340cc7df91f705c43817f

Contents?: true

Size: 763 Bytes

Versions: 1

Compression:

Stored size: 763 Bytes

Contents

Given /^a full description of a graph in a (.+) format$/ do |format|
  pending # express the regexp above with the code you wish you had
end

When /^I build a network from that description$/ do
  pending # express the regexp above with the code you wish you had
end

Then /^I should get a network with variables$/ do
  pending # express the regexp above with the code you wish you had
end

Given /^a defined network$/ do
  pending # express the regexp above with the code you wish you had
end

When /^I ask it to build the adjacency matrix$/ do
  pending # express the regexp above with the code you wish you had
end

Then /^I should have a matrix that marks the edges between variables$/ do
  pending # express the regexp above with the code you wish you had
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fathom-0.5.0 features/step_definitions/fathom_steps.rb