Author: Gunnar Wolf <gwolf@debian.org>
Last-Update: 2011-08-12
Forwarded: https://github.com/topfunky/gruff/pull/13 (pull request on github)
Description: test_line test case invokes a nonexisting method - Remove it
 This patch removes only one line. This method's name is not found
 anywhere in the source tree, and it seems to me it's just a leftover
 dropped from the API.

Index: ruby-gruff/test/test_line.rb
===================================================================
--- ruby-gruff.orig/test/test_line.rb	2011-08-12 17:29:15.000000000 -0500
+++ ruby-gruff/test/test_line.rb	2011-08-12 17:29:32.000000000 -0500
@@ -462,7 +462,6 @@
     g.legend_font_size = 12
     g.marker_font_size = 16
     g.hide_dots = false
-    g.label_max_decimals = 1
 
     g.write('test/output/line_jruby_error.png')
   end
