test/test_examples.rb in ruby-graphviz-0.9.11 vs test/test_examples.rb in ruby-graphviz-0.9.12

- old
+ new

@@ -48,9 +48,13 @@ def test_sample38 assert_output_pattern(/\Adigraph G \{.*\}\n\Z/m, '38') end + def test_sample40 + assert_output_pattern(/\Adigraph G \{.*\}\n\Z/m, '40') + end + # # for every sample file in the examples directory that matches the # pattern ("sample01.rb, sample02.rb, etc) make a corresponding # test method: test_sample01(), test_sample02(), etc. To actually define