Skip to content

Commit

Permalink
Disable locale checks to avoid warnings in Active Model tests [ci skip]
Browse files Browse the repository at this point in the history
Missed AMo when adding to the other components in
ae196e8.
  • Loading branch information
carlosantoniodasilva committed Dec 23, 2013
1 parent 9e1740a commit 7530c82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions activemodel/test/cases/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
# Show backtraces for deprecated behavior for quicker cleanup.
ActiveSupport::Deprecation.debug = true

# Disable available locale checks to avoid warnings running the test suite.
I18n.enforce_available_locales = false

require 'active_support/testing/autorun'

0 comments on commit 7530c82

Please sign in to comment.