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/helpers | |
parent | 0cfdd1a401f055c23e308a4b823bd250b1cbb3d3 (diff) |
Enable Style/FrozenStringLiteralComment for specs (#23790)
Diffstat (limited to 'spec/helpers')
-rw-r--r-- | spec/helpers/accounts_helper_spec.rb | 2 | ||||
-rw-r--r-- | spec/helpers/admin/filter_helper_spec.rb | 2 | ||||
-rw-r--r-- | spec/helpers/application_helper_spec.rb | 2 | ||||
-rw-r--r-- | spec/helpers/home_helper_spec.rb | 2 | ||||
-rw-r--r-- | spec/helpers/statuses_helper_spec.rb | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/spec/helpers/accounts_helper_spec.rb b/spec/helpers/accounts_helper_spec.rb index 1f412a39f..184b47dec 100644 --- a/spec/helpers/accounts_helper_spec.rb +++ b/spec/helpers/accounts_helper_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'rails_helper' RSpec.describe AccountsHelper, type: :helper do diff --git a/spec/helpers/admin/filter_helper_spec.rb b/spec/helpers/admin/filter_helper_spec.rb index 9d4ea2829..bbf90a996 100644 --- a/spec/helpers/admin/filter_helper_spec.rb +++ b/spec/helpers/admin/filter_helper_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'rails_helper' describe Admin::FilterHelper do diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb index e0f71afd5..2db2ee288 100644 --- a/spec/helpers/application_helper_spec.rb +++ b/spec/helpers/application_helper_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'rails_helper' describe ApplicationHelper do diff --git a/spec/helpers/home_helper_spec.rb b/spec/helpers/home_helper_spec.rb index a3dc6f836..77db327c2 100644 --- a/spec/helpers/home_helper_spec.rb +++ b/spec/helpers/home_helper_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'rails_helper' RSpec.describe HomeHelper, type: :helper do diff --git a/spec/helpers/statuses_helper_spec.rb b/spec/helpers/statuses_helper_spec.rb index cba659bfb..ce2a4680e 100644 --- a/spec/helpers/statuses_helper_spec.rb +++ b/spec/helpers/statuses_helper_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'rails_helper' RSpec.describe StatusesHelper, type: :helper do |