diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-21 19:55:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 09:55:31 +0900 |
commit | 84cc805caea566d4fb0fafce411cd07f83cfd0e2 (patch) | |
tree | 90742b7a02b2907a419fee5ef59e031d04607729 /spec/models/concerns | |
parent | 0cfdd1a401f055c23e308a4b823bd250b1cbb3d3 (diff) |
Enable Style/FrozenStringLiteralComment for specs (#23790)
Diffstat (limited to 'spec/models/concerns')
-rw-r--r-- | spec/models/concerns/account_counters_spec.rb | 2 | ||||
-rw-r--r-- | spec/models/concerns/account_interactions_spec.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/spec/models/concerns/account_counters_spec.rb b/spec/models/concerns/account_counters_spec.rb index 4350496e7..fb02d79f1 100644 --- a/spec/models/concerns/account_counters_spec.rb +++ b/spec/models/concerns/account_counters_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'rails_helper' describe AccountCounters do diff --git a/spec/models/concerns/account_interactions_spec.rb b/spec/models/concerns/account_interactions_spec.rb index 50ff0b149..7396af6df 100644 --- a/spec/models/concerns/account_interactions_spec.rb +++ b/spec/models/concerns/account_interactions_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'rails_helper' describe AccountInteractions do |