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