Skip to content

Commit

Permalink
Fix Rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Apr 26, 2024
1 parent 60aaf68 commit d418363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'active_support/all'
require 'active_record'

Dir['./spec/support/**/*.rb'].sort.each { |f| require f }
Dir['./spec/support/**/*.rb'].each { |f| require f }

I18n.config.enforce_available_locales = false
I18n.load_path = Dir['spec/i18n/*.yml']
Expand Down

0 comments on commit d418363

Please sign in to comment.