From fef93ec8ae2caf8a3f8310dbf8101c103e5905e4 Mon Sep 17 00:00:00 2001 From: Paul Kmiec Date: Thu, 4 May 2023 18:01:01 -0700 Subject: Enable Style/FrozenStringLiteralComment and autocorrect --- test/rels/tc_relationship.rb | 2 ++ test/rels/tc_relationships.rb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'test/rels') 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 -- cgit v1.2.3