X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/21d60e359a6e972731e0385c51dd86536b7ea777..166dc76ae94de4b07b32836e6db938e4040eaf09:/test/integration/locale_test.rb diff --git a/test/integration/locale_test.rb b/test/integration/locale_test.rb index fbc2aff0e..94007cd3c 100644 --- a/test/integration/locale_test.rb +++ b/test/integration/locale_test.rb @@ -3,6 +3,14 @@ require "test_helper" class LocaleTest < ActionDispatch::IntegrationTest fixtures :users + def setup + I18n.locale = "en" + end + + def teardown + I18n.locale = "en" + end + def test_defaulting user = users(:second_public_user)