From 3d4fb43c73e520ee9638eb601b2da68e397faee5 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 22 Mar 2013 12:49:46 -0400 Subject: [PATCH] Re-enable integrity check --- spec/integrity/i18n_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integrity/i18n_spec.rb b/spec/integrity/i18n_spec.rb index f80dee2ba3c..b8eee52ef37 100644 --- a/spec/integrity/i18n_spec.rb +++ b/spec/integrity/i18n_spec.rb @@ -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|