Commit 9c71fb0d authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '39253-jobs-fail-because-of-brazilian-portuguese-translations' into 'master'

Resolve "Jobs fail because of Brazilian Portuguese translations"

Closes #39253

See merge request gitlab-org/gitlab-ce!14939
parents fee7a879 0139b318
......@@ -312,9 +312,9 @@ describe ApplicationHelper do
describe '#locale_path' do
it 'returns the locale path with an `_`' do
Gitlab::I18n.locale = 'pt-BR'
expect(helper.locale_path).to include('assets/locale/pt_BR/app')
Gitlab::I18n.with_locale('pt-BR') do
expect(helper.locale_path).to include('assets/locale/pt_BR/app')
end
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment