]> git.openstreetmap.org Git - rails.git/blobdiff - test/helpers/application_helper_test.rb
Fix rubocop warnings
[rails.git] / test / helpers / application_helper_test.rb
index 97b35467bff15cec351610f93ed9c4fd38eba9f0..a25bae99d4da5bb901b6c9a0c73c3b793e8ec798 100644 (file)
@@ -183,9 +183,7 @@ class ApplicationHelperTest < ActionView::TestCase
     assert_match %r{^<span title=".*">4 months</span>$}, date
   end
 
-  def test_body_class
-  end
+  def test_body_class; end
 
-  def test_current_page_class
-  end
+  def test_current_page_class; end
 end