summaryrefslogtreecommitdiffhomepage
path: root/test/drawing/tc_title.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-06-09 11:43:22 +0900
committerRandy Morgan <[email protected]>2012-06-09 11:43:22 +0900
commit5f6337f1efe5f3a2c3b39da6993c6cd565997b4d (patch)
tree1c59b0f665ed6f2213faea815622d787e6ee1a88 /test/drawing/tc_title.rb
parent7c3c54e5f1335b36a468bdb2be926035db696d07 (diff)
downloadcaxlsx-5f6337f1efe5f3a2c3b39da6993c6cd565997b4d.tar.gz
caxlsx-5f6337f1efe5f3a2c3b39da6993c6cd565997b4d.zip
remove debug code
Diffstat (limited to 'test/drawing/tc_title.rb')
-rw-r--r--test/drawing/tc_title.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/drawing/tc_title.rb b/test/drawing/tc_title.rb
index e5386d43..8d793d16 100644
--- a/test/drawing/tc_title.rb
+++ b/test/drawing/tc_title.rb
@@ -39,10 +39,9 @@ class TestTitle < Test::Unit::TestCase
assert_equal(1, doc.xpath('//t[text()="foo"]').size)
end
- def test_to_xml_string_cell
+ def test_to_xml_string_cell
@title.cell = @row.cells.first
doc = Nokogiri::XML(@title.to_xml_string)
- puts doc.to_xml
assert_equal(1, doc.xpath('//strCache').size)
assert_equal(1, doc.xpath('//v[text()="one"]').size)
end