class TestDotDirectedEdge < Test::Unit::TestCase

  def test_0prop
    edge = DOT::DirectedEdge.new({ 'from' => 'a', 'to' => 'b' })
    dot  = edge.to_s