class TestDotEdge < Test::Unit::TestCase

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