diff options
| author | Paul Kmiec <[email protected]> | 2023-05-04 18:01:01 -0700 |
|---|---|---|
| committer | Paul Kmiec <[email protected]> | 2023-05-04 18:02:55 -0700 |
| commit | fef93ec8ae2caf8a3f8310dbf8101c103e5905e4 (patch) | |
| tree | baf17c508f1be8cb3fd38c5071a7de47ba3945bb /test/util | |
| parent | 086e78d0d1f0896b6ca5f48b4873e861212f94aa (diff) | |
| download | caxlsx-fef93ec8ae2caf8a3f8310dbf8101c103e5905e4.tar.gz caxlsx-fef93ec8ae2caf8a3f8310dbf8101c103e5905e4.zip | |
Enable Style/FrozenStringLiteralComment and autocorrect
Diffstat (limited to 'test/util')
| -rw-r--r-- | test/util/tc_mime_type_utils.rb | 2 | ||||
| -rw-r--r-- | test/util/tc_serialized_attributes.rb | 2 | ||||
| -rw-r--r-- | test/util/tc_simple_typed_list.rb | 2 | ||||
| -rw-r--r-- | test/util/tc_validators.rb | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/test/util/tc_mime_type_utils.rb b/test/util/tc_mime_type_utils.rb index ee7f447a..568aa61d 100644 --- a/test/util/tc_mime_type_utils.rb +++ b/test/util/tc_mime_type_utils.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'tc_helper' class TestMimeTypeUtils < Test::Unit::TestCase diff --git a/test/util/tc_serialized_attributes.rb b/test/util/tc_serialized_attributes.rb index 4ba90b29..02036bab 100644 --- a/test/util/tc_serialized_attributes.rb +++ b/test/util/tc_serialized_attributes.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'tc_helper' class Funk diff --git a/test/util/tc_simple_typed_list.rb b/test/util/tc_simple_typed_list.rb index e1ac6d99..ac65529d 100644 --- a/test/util/tc_simple_typed_list.rb +++ b/test/util/tc_simple_typed_list.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'tc_helper' class TestSimpleTypedList < Test::Unit::TestCase diff --git a/test/util/tc_validators.rb b/test/util/tc_validators.rb index 59e4f559..86e2182c 100644 --- a/test/util/tc_validators.rb +++ b/test/util/tc_validators.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'tc_helper' class TestValidators < Test::Unit::TestCase |
