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