Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
c960657 committed Nov 3, 2023
1 parent 9fb6e1d commit cee5be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/ordinals_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
let(:period_locales) { %w[be bs cs da de eo et fa fi hr hu is ka lb lt lv mk nb ne nn pl sk sl sq sr sw tr] }

before do
I18n.available_locales = %w[fr en fr-CA fr-CH fr-FR gd]+ period_locales
I18n.available_locales = %w[fr en fr-CA fr-CH fr-FR gd] + period_locales

RailsI18n::Railtie.initializers.each { |init| init.run(app) }
I18n.backend.reload!
Expand Down

0 comments on commit cee5be1

Please sign in to comment.