test/base/test_directed_graph.rb in nanoc-3.6.1 vs test/base/test_directed_graph.rb in nanoc-3.6.2
- old
+ new
@@ -1,9 +1,7 @@
# encoding: utf-8
-class Nanoc::DirectedGraphTest < MiniTest::Unit::TestCase
-
- include Nanoc::TestHelpers
+class Nanoc::DirectedGraphTest < Nanoc::TestCase
def test_direct_predecessors
graph = Nanoc::DirectedGraph.new([ 1, 2, 3 ])
graph.add_edge(1, 2)
graph.add_edge(2, 3)