Fix failing test about date.order translation values

Introduced in b718998f3e8e6f3d01ad138e40f08fbcc3736285.
This commit is contained in:
Carlos Antonio da Silva 2013-01-19 19:32:21 -02:00
parent b718998f3e
commit 239a97af55

@ -62,7 +62,7 @@ def test_abbr_month_names
end
def test_date_order
assert_equal [:year, :month, :day], I18n.translate(:'date.order')
assert_equal %w(year month day), I18n.translate(:'date.order')
end
def test_time_am