X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8cf82ea6581eb37fa20842d4cb76619d7a367093..5ab7591d9caac8d6b0199df619c21f35f57cd6e1:/test/helpers/application_helper_test.rb diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index e48b84e4c..4dce09c1c 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -7,6 +7,10 @@ class ApplicationHelperTest < ActionView::TestCase I18n.locale = "en" end + def teardown + I18n.locale = "en" + end + def test_linkify %w(http://example.com/test ftp://example.com/test https://example.com/test).each do |link| text = "Test #{link} is made into a link"