Closed Mon-Ouie closed 13 years ago
When an assertion is made with arguments, we get a somewhat ugly output in 1.8 because of what Array#to_s looks like (it just joins the element without printing anything between them). #inspect makes the output readable.
Array#to_s
#inspect
Guess people should move to 1.9 ASAP ;)
When an assertion is made with arguments, we get a somewhat ugly output in 1.8 because of what
Array#to_s
looks like (it just joins the element without printing anything between them).#inspect
makes the output readable.