提交 9cc32a9e 编写于 作者: J Jeremy Kemper

Give time_ago_in_words test some DST slop.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6374 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 98165fd3
...@@ -93,8 +93,7 @@ def test_distance_in_words_with_dates ...@@ -93,8 +93,7 @@ def test_distance_in_words_with_dates
end end
def test_time_ago_in_words def test_time_ago_in_words
t = Time.now - 1.years assert_equal "about 1 year", time_ago_in_words(1.year.ago - 1.day)
assert_equal "about 1 year", time_ago_in_words(t)
end end
def test_select_day def test_select_day
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册