]> git.openstreetmap.org Git - rails.git/blobdiff - test/helpers/application_helper_test.rb
Fix rubocop style issues
[rails.git] / test / helpers / application_helper_test.rb
index 3a1264628b7821c25d9a25c2abfd4077f9ed1791..04517c2b55b4a30ab3385af27c7438b637428427 100644 (file)
@@ -7,10 +7,6 @@ class ApplicationHelperTest < ActionView::TestCase
     I18n.locale = "en"
   end
 
-  def setup
-    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"