# File lib/vendor/i18n/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