Fix warnings about tests with no assertions

This commit is contained in:
Tom Hughes 2024-09-04 19:07:00 +01:00
parent be2678e0dd
commit 60c1ae79d6
3 changed files with 28 additions and 30 deletions

View 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