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