From 239a97af552d5e83c36d90c430330f8f9036d345 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sat, 19 Jan 2013 19:32:21 -0200 Subject: Fix failing test about date.order translation values Introduced in b718998f3e8e6f3d01ad138e40f08fbcc3736285. --- activesupport/test/i18n_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/test') diff --git a/activesupport/test/i18n_test.rb b/activesupport/test/i18n_test.rb index ddbba444cf..5ef59b6e6b 100644 --- a/activesupport/test/i18n_test.rb +++ b/activesupport/test/i18n_test.rb @@ -62,7 +62,7 @@ class I18nTest < ActiveSupport::TestCase 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 -- cgit v1.2.3