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