Skip to content

Commit

Permalink
explicitly set I18n.enforce_available_locales to false
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyta committed Mar 16, 2015
1 parent 8e4ca71 commit fbf80d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -91,3 +91,5 @@ class Application < Rails::Application
ActiveSupport::Inflector.inflections do |inflect|
inflect.singular("address_components", "address_component")
end

I18n.enforce_available_locales = false

0 comments on commit fbf80d5

Please sign in to comment.