]> git.openstreetmap.org Git - rails.git/blobdiff - test/helpers/application_helper_test.rb
Merge pull request #4761 from AntonKhorev:dark-mode-with-close-button
[rails.git] / test / helpers / application_helper_test.rb
index 24d74c85f3b0ad5d1a06aaad93f8eaf6f4739e2d..524851e63fe74ee3879a15a3da22e431578f3cb7 100644 (file)
@@ -88,8 +88,4 @@ class ApplicationHelperTest < ActionView::TestCase
     date = friendly_date_ago(Time.now.utc - 4.months)
     assert_match %r{^<time title=".*">4 months ago</time>$}, date
   end
-
-  def test_body_class; end
-
-  def test_header_nav_link_class; end
 end