summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-03-10 01:27:47 +0900
committerRandy Morgan <[email protected]>2012-03-10 01:27:47 +0900
commit94663f5523112b11ec9bf6a213acf6c838ed60f5 (patch)
tree5d3d3c64a0ae6d88d0370ef01333a0f539c4716e /test
parent5befcc4e3b949967f0cc3cb85d2a92b5705fbb79 (diff)
downloadcaxlsx-94663f5523112b11ec9bf6a213acf6c838ed60f5.tar.gz
caxlsx-94663f5523112b11ec9bf6a213acf6c838ed60f5.zip
adding in quick patch for catAxis, valAxis on charts to specify gridlines = false. Needs specs once I work out what the hell happened to nokogiri in 1.5.1
Diffstat (limited to 'test')
-rw-r--r--test/tc_package.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tc_package.rb b/test/tc_package.rb
index 26556143..a3f2bef5 100644
--- a/test/tc_package.rb
+++ b/test/tc_package.rb
@@ -109,6 +109,5 @@ class TestPackage < Test::Unit::TestCase
def test_name_to_indices
assert(Axlsx::name_to_indices('A1') == [0,0])
assert(Axlsx::name_to_indices('A100') == [0,99], 'needs to axcept rows that contain 0')
-
end
end