Fix warnings about tests with no assertions
This commit is contained in:
parent
be2678e0dd
commit
60c1ae79d6
3 changed files with 28 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue