summaryrefslogtreecommitdiffhomepage
path: root/test/drawing/tc_str_data.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/drawing/tc_str_data.rb')
-rw-r--r--test/drawing/tc_str_data.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/drawing/tc_str_data.rb b/test/drawing/tc_str_data.rb
index a116965b..f964a7b3 100644
--- a/test/drawing/tc_str_data.rb
+++ b/test/drawing/tc_str_data.rb
@@ -1,7 +1,6 @@
require 'tc_helper.rb'
class TestStrData < Test::Unit::TestCase
-
def setup
@str_data = Axlsx::StrData.new :data => ["1", "2", "3"]
end
@@ -14,5 +13,4 @@ class TestStrData < Test::Unit::TestCase
assert_equal(doc.xpath("//c:strLit/c:ptCount[@val=3]").size, 1)
assert_equal(doc.xpath("//c:strLit/c:pt/c:v[text()='1']").size, 1)
end
-
end