# File lib/active_support/vendor/i18n-0.1.3/test/simple_backend_test.rb, line 163 def test_translate_an_array_of_keys_translates_all_of_them assert_equal %w(bar baz), @backend.translate('en', [:bar, :baz], :scope => [:foo]) end