Commit cf4508fc by Hampton Catlin

better error formatting in rubyspec

parent 3ce4c40c
...@@ -27,7 +27,7 @@ puts("\n\n#{worked}/#{spec_count} Specs Passed!") ...@@ -27,7 +27,7 @@ puts("\n\n#{worked}/#{spec_count} Specs Passed!")
if messages.length > 0 if messages.length > 0
puts("\n================================\nTEST FAILURES!\n\n") puts("\n================================\nTEST FAILURES!\n\n")
puts(messages.join("-----------\n")) puts(messages.join("\n-----------\n"))
puts("\n") puts("\n")
exit(1) exit(1)
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment