New line char has to be double quoted

This commit is contained in:
erwanlr
2013-03-12 15:37:51 +01:00
parent 28300814f5
commit b6188cb0ba

View File

@@ -33,7 +33,7 @@ describe 'XSD checks' do
end end
unless errors.empty? unless errors.empty?
fail errors.join('\n') fail errors.join("\n")
end end
end end