From 2f78dc775d02bf85ee28bff07abdbbbabee98775 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 14 Feb 2014 17:57:38 -0500 Subject: [PATCH] FIX: double periods. How did that work?? --- 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 28dd4ec1616..db87efc5697 100644 --- a/spec/integrity/i18n_spec.rb +++ b/spec/integrity/i18n_spec.rb @@ -49,7 +49,7 @@ describe "i18n integrity checks" do line.strip! next if line.start_with? "#" next if line.start_with? "---" - next if line..blank? + next if line.blank? line.should eq locale break end