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