krainboltgreene / time-lord

time-lord is a ruby gem that adds extra functionality to the time class.
MIT License
156 stars 19 forks source link

Added a word test between 11 months and 1 year #6

Closed lightswitch05 closed 11 years ago

lightswitch05 commented 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"
coveralls commented 11 years ago

Coverage remained the same when pulling 5602b56d74710720d96cf806110073f78bee77c6 on lightswitch05:master into 49bf978f9e89c6c0eef34c5787abe66c8e9857f8 on krainboltgreene:master.

View Details

krainboltgreene commented 11 years ago

Amazing, thanks!