# File lib/vendor/i18n/test/i18n_test.rb, line 99 def test_translate_with_dot_separated_key_array_and_scope_works assert_equal [".", ","], I18n.t(%w(format.separator format.delimiter), :scope => 'currency') end