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