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