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/routing | |
parent | 0cfdd1a401f055c23e308a4b823bd250b1cbb3d3 (diff) |
Enable Style/FrozenStringLiteralComment for specs (#23790)
Diffstat (limited to 'spec/routing')
-rw-r--r-- | spec/routing/accounts_routing_spec.rb | 2 | ||||
-rw-r--r-- | spec/routing/well_known_routes_spec.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/spec/routing/accounts_routing_spec.rb b/spec/routing/accounts_routing_spec.rb index 3f0e9b3e9..8b2c124fd 100644 --- a/spec/routing/accounts_routing_spec.rb +++ b/spec/routing/accounts_routing_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'rails_helper' describe 'Routes under accounts/' do diff --git a/spec/routing/well_known_routes_spec.rb b/spec/routing/well_known_routes_spec.rb index 747463351..8cf08c13c 100644 --- a/spec/routing/well_known_routes_spec.rb +++ b/spec/routing/well_known_routes_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'rails_helper' describe 'Well Known routes' do |