# File lib/active_support/vendor/i18n-0.1.3/test/i18n_test.rb, line 51
  def test_can_set_exception_handler
    assert_nothing_raised{ I18n.exception_handler = :custom_exception_handler }
    I18n.exception_handler = :default_exception_handler # revert it
  end