Re-enable integrity check
This commit is contained in:
parent
1d7c38bedf
commit
3d4fb43c73
|
@ -21,7 +21,7 @@ describe "i18n integrity checks" do
|
|||
end
|
||||
end
|
||||
|
||||
pending "does not overwrite another language" do
|
||||
it "does not overwrite another language" do
|
||||
Dir["#{Rails.root}/config/locales/*.yml"].each do |f|
|
||||
locale = /.*\.([^.]{2,})\.yml$/.match(f)[1] + ':'
|
||||
IO.foreach(f) do |line|
|
||||
|
|
Loading…
Reference in New Issue