Created
March 24, 2009 13:00
-
-
Save s-andringa/84071 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# test/test_helper.rb | |
# Make sure the tests fail if it encounters a missing translation: | |
module I18n | |
def self.just_raise(*args) | |
raise args.first | |
end | |
end | |
I18n.exception_handler = :just_raise |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment