Module: RoadForest::Testing::HelperMethods

Defined in:
lib/roadforest/test-support/matchers.rb

Instance Method Summary collapse

Instance Method Details

#statements_from_graph(graph) ⇒ Object



78
79
80
# File 'lib/roadforest/test-support/matchers.rb', line 78

def statements_from_graph(graph)
  StatementsFromGraph.new(graph)
end