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