test/base/test_directed_graph.rb in nanoc-4.3.8 vs test/base/test_directed_graph.rb in nanoc-4.4.0

- old
+ new

@@ -277,9 +277,9 @@ graph.delete_edge(3, 1) assert_equal Set.new([1, 2, 3]), graph.roots end def test_example - YARD.parse(LIB_DIR + '/nanoc/base/directed_graph.rb') + YARD.parse(LIB_DIR + '/nanoc/base/entities/directed_graph.rb') assert_examples_correct 'Nanoc::Int::DirectedGraph' end end