summaryrefslogtreecommitdiffhomepage
path: root/test/content_type
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-02-12 12:55:25 +0900
committerRandy Morgan <[email protected]>2012-02-12 12:55:25 +0900
commit376988c854889d7b9708601bce11575a11491bee (patch)
tree963e196ae76022e84dbbe1a2cf293c840182be08 /test/content_type
parent6272d7bc63ee05b6793d034461af3ee811ffe72a (diff)
downloadcaxlsx-376988c854889d7b9708601bce11575a11491bee.tar.gz
caxlsx-376988c854889d7b9708601bce11575a11491bee.zip
Adding in support for optionally using the shared strings table. This will allow us to inter-op properly with Numbers
Diffstat (limited to 'test/content_type')
-rw-r--r--test/content_type/tc_content_type.rb2
-rw-r--r--test/content_type/tc_default.rb2
-rw-r--r--test/content_type/tc_override.rb1
3 files changed, 5 insertions, 0 deletions
diff --git a/test/content_type/tc_content_type.rb b/test/content_type/tc_content_type.rb
index 62ea05e8..9fcbcd70 100644
--- a/test/content_type/tc_content_type.rb
+++ b/test/content_type/tc_content_type.rb
@@ -1,3 +1,5 @@
+# encoding: UTF-8
+
require 'test/unit'
require 'axlsx.rb'
diff --git a/test/content_type/tc_default.rb b/test/content_type/tc_default.rb
index ce024de8..90c0934e 100644
--- a/test/content_type/tc_default.rb
+++ b/test/content_type/tc_default.rb
@@ -1,3 +1,5 @@
+# encoding: UTF-8
+
require 'test/unit'
require 'axlsx.rb'
diff --git a/test/content_type/tc_override.rb b/test/content_type/tc_override.rb
index 3f478a3f..911ec649 100644
--- a/test/content_type/tc_override.rb
+++ b/test/content_type/tc_override.rb
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
require 'test/unit'
require 'axlsx.rb'