Skip to content

Commit

Permalink
Enforce available locales in our test
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich Kist committed Dec 9, 2013
1 parent 9352e2a commit d876706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
$:.unshift File.expand_path('../../lib', __FILE__)
require 'responders'

I18n.enforce_available_locales = true
I18n.load_path << File.expand_path('../locales/en.yml', __FILE__)
I18n.reload!

Expand Down

0 comments on commit d876706

Please sign in to comment.