On Oct 29, 2006, at 8:34 PM, Gavin Kistner wrote: > For what it's worth, here's the test code I've written to test > submissions. I'm not 100% sure that it's correctly testing things > yet, but I think it is :) It looks like your test code expects FuzzyTime.to_s to use 24-hour style, by default. My submission defaults to 12-hour style, so it failed, right out of the gate. :-( Tom