FIX: double periods. How did that work??

This commit is contained in:
Robin Ward 2014-02-14 17:57:38 -05:00
parent 9c4dc9a966
commit 2f78dc775d
1 changed files with 1 additions and 1 deletions

View File

@ -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