1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

avoid I18n test warnings

This commit is contained in:
Tee Parham 2013-12-24 11:50:10 -07:00
parent b2c786c630
commit 1eff4a7024

View file

@ -18,8 +18,12 @@ require 'action_pack'
require 'action_controller'
require 'action_view'
require 'nokogiri'
require 'rails'
if defined?(I18n.enforce_available_locales)
I18n.enforce_available_locales = true
end
class TestApp < Rails::Application
config.root = ""
end