Closed lightswitch05 closed 11 years ago
What the test expects:
Time.now #=> Jan 1, 2013 Time.local(2013, 12, 3).ago.in_words #=> "11 months from now"
Actual:
Time.now #=> Jan 1, 2013 Time.local(2013, 12, 3).ago.in_words #=> "1 year from now"
Coverage remained the same when pulling 5602b56d74710720d96cf806110073f78bee77c6 on lightswitch05:master into 49bf978f9e89c6c0eef34c5787abe66c8e9857f8 on krainboltgreene:master.
View Details
Amazing, thanks!
What the test expects:
Actual: