FIX: double periods. How did that work??
This commit is contained in:
parent
9c4dc9a966
commit
2f78dc775d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue