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

- old
+ new

@@ -52,9 +52,12 @@ def test_sample40 assert_output_pattern(/\Adigraph G \{.*\}\n\Z/m, '40') end + def test_sample55 + assert_output_pattern(/\Agraph G \{.*\}\n\Z/m, '55') + 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