require "test/unit" require "graph" class TestGraph < Test::Unit::TestCase def test_sanity flunk "write tests or I will kneecap you" end end