X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/acac5fcc890dfa3b7317febf4222df4450def62b..2882a65d21fd5758c2a90d1cbd808103ab7b8000:/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