summaryrefslogtreecommitdiffhomepage
path: root/test/drawing/tc_cat_axis.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/drawing/tc_cat_axis.rb')
-rw-r--r--test/drawing/tc_cat_axis.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/drawing/tc_cat_axis.rb b/test/drawing/tc_cat_axis.rb
index b020fc53..79c0f8db 100644
--- a/test/drawing/tc_cat_axis.rb
+++ b/test/drawing/tc_cat_axis.rb
@@ -28,5 +28,4 @@ class TestCatAxis < Test::Unit::TestCase
assert_raise(ArgumentError, "requires valid label offset") { @axis.lbl_offset = 'foo' }
assert_nothing_raised("accepts valid label offset") { @axis.lbl_offset = "20" }
end
-
end