turn-project / turn

Turn provides a set of alternative runners for MiniTest, both colorful and informative.
https://rubygems.org/gems/turn
MIT License
416 stars 67 forks source link

Small time format fix #101

Closed adamtao closed 12 years ago

adamtao commented 12 years ago

Hi. Thanks for great work on turn. I noticed the time format in the output seems to put minutes in the hours slot, which leaves the minutes as "00" all the time (example: 2:00:41.408 should be 0:02:41.408). My change addresses that. Thanks.

Fixed output where minutes appeared in the hours slot, leaving minutes to be zero all the time.

adamtao commented 12 years ago

Ahh. You're right. I need to read my 3rd grader's math book.