Method: RoadForest::Testing::StatementsFromGraph#that_match_query

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

#that_match_query(query) ⇒ Object Also known as: that_match, that_match_pattern



70
71
72
# File 'lib/roadforest/test-support/matchers.rb', line 70

def that_match_query(query)
  @graph.query(query).to_a
end