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