X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9ee3df33bd577c65f08db5f68d301f7e8f34298c..e307b9037a05fb6ea0a8790cb6f6e0824781e949:/test/helpers/application_helper_test.rb diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 24d74c85f..524851e63 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -88,8 +88,4 @@ class ApplicationHelperTest < ActionView::TestCase date = friendly_date_ago(Time.now.utc - 4.months) assert_match %r{^$}, date end - - def test_body_class; end - - def test_header_nav_link_class; end end