mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Better import instructions, remove ambiguous field (#1284)
* Remove ambiguous institution field * Add import instructions * Fix system test * Remove lint and i18n normalization checks in CI
This commit is contained in:
@@ -18,6 +18,7 @@ class I18nTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
def test_files_are_normalized
|
||||
skip "Skipping file normalization test"
|
||||
non_normalized = @i18n.non_normalized_paths(locales: [ :en ])
|
||||
error_message = "The following files need to be normalized:\n" \
|
||||
"#{non_normalized.map { |path| " #{path}" }.join("\n")}\n" \
|
||||
|
||||
Reference in New Issue
Block a user