summaryrefslogtreecommitdiffhomepage
path: root/test/tc_axlsx.rb
diff options
context:
space:
mode:
authorjohnnyshields <[email protected]>2023-04-13 02:58:17 +0900
committerKoza <[email protected]>2023-10-02 13:37:17 +0200
commit5e0c5de04a098204e14e0f313a4ed4097743992e (patch)
treeee7542cbc9ffdc977fd4d251892b79023c0fbaa6 /test/tc_axlsx.rb
parentebbeaea97ad7b4a597b34d9283abd74aa2e4e077 (diff)
downloadcaxlsx-5e0c5de04a098204e14e0f313a4ed4097743992e.tar.gz
caxlsx-5e0c5de04a098204e14e0f313a4ed4097743992e.zip
Set escape_formulas as "true" as a global default.
Diffstat (limited to 'test/tc_axlsx.rb')
-rw-r--r--test/tc_axlsx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_axlsx.rb b/test/tc_axlsx.rb
index 66b12ff9..25b21777 100644
--- a/test/tc_axlsx.rb
+++ b/test/tc_axlsx.rb
@@ -165,7 +165,7 @@ class TestAxlsx < Test::Unit::TestCase
def test_escape_formulas
Axlsx.instance_variable_set(:@escape_formulas, nil)
- refute Axlsx.escape_formulas
+ assert Axlsx.escape_formulas
Axlsx.escape_formulas = true