Skip to content

Commit

Permalink
Fixed rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Aug 25, 2024
1 parent f8ebf93 commit 8f7eece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/i18n_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_valid_languages
end

def test_locales_validness
lang_files_count = Dir[Rails.root.join('plugins/redmine_privacy_terms/config/locales/*.yml')].size
lang_files_count = Rails.root.glob('plugins/redmine_privacy_terms/config/locales/*.yml').size

assert_equal 2, lang_files_count

Expand Down

0 comments on commit 8f7eece

Please sign in to comment.