summaryrefslogtreecommitdiffhomepage
path: root/test/tc_axlsx.rb
diff options
context:
space:
mode:
authorjohnnyshields <[email protected]>2023-04-01 20:13:54 +0900
committerjohnnyshields <[email protected]>2023-04-01 20:13:54 +0900
commitaad14cd003e08fae6fdb29ab675b975c9619b8c3 (patch)
tree5dba576cdafe9a4680785379c9547b01bee6042c /test/tc_axlsx.rb
parent377ad94928c3f76e36d0c2aef05fca5dd13e1aae (diff)
downloadcaxlsx-aad14cd003e08fae6fdb29ab675b975c9619b8c3.tar.gz
caxlsx-aad14cd003e08fae6fdb29ab675b975c9619b8c3.zip
Add ensure to specs
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 a4069cfe..24c233ac 100644
--- a/test/tc_axlsx.rb
+++ b/test/tc_axlsx.rb
@@ -148,7 +148,7 @@ class TestAxlsx < Test::Unit::TestCase
Axlsx::escape_formulas = false
assert_equal false, Axlsx::escape_formulas
-
+ ensure
Axlsx.instance_variable_set(:@escape_formulas, nil)
end
end