summaryrefslogtreecommitdiffhomepage
path: root/test/rels
diff options
context:
space:
mode:
authorPaul Kmiec <[email protected]>2023-05-04 18:01:01 -0700
committerPaul Kmiec <[email protected]>2023-05-04 18:02:55 -0700
commitfef93ec8ae2caf8a3f8310dbf8101c103e5905e4 (patch)
treebaf17c508f1be8cb3fd38c5071a7de47ba3945bb /test/rels
parent086e78d0d1f0896b6ca5f48b4873e861212f94aa (diff)
downloadcaxlsx-fef93ec8ae2caf8a3f8310dbf8101c103e5905e4.tar.gz
caxlsx-fef93ec8ae2caf8a3f8310dbf8101c103e5905e4.zip
Enable Style/FrozenStringLiteralComment and autocorrect
Diffstat (limited to 'test/rels')
-rw-r--r--test/rels/tc_relationship.rb2
-rw-r--r--test/rels/tc_relationships.rb2
2 files changed, 4 insertions, 0 deletions
diff --git a/test/rels/tc_relationship.rb b/test/rels/tc_relationship.rb
index b38c47e1..04dab810 100644
--- a/test/rels/tc_relationship.rb
+++ b/test/rels/tc_relationship.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'tc_helper'
class TestRelationships < Test::Unit::TestCase
diff --git a/test/rels/tc_relationships.rb b/test/rels/tc_relationships.rb
index 488880b4..b1ad7995 100644
--- a/test/rels/tc_relationships.rb
+++ b/test/rels/tc_relationships.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'tc_helper'
class TestRelationships < Test::Unit::TestCase