Skip to content

Commit

Permalink
Remove warnings about tests without assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie committed Jun 10, 2024
1 parent 8a2ca8c commit 9737832
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ def using_sprockets4?
Gem::Version.new(Sprockets::VERSION) >= Gem::Version.new('4.x')
end

def test_truth
end

def test_foo_and_bar_different_digests
refute_equal @foo_js_digest, @bar_js_digest
refute_equal @foo_css_digest, @bar_css_digest
Expand Down Expand Up @@ -802,9 +799,11 @@ def setup
end

def test_javascript_include_tag_integrity
pass
end

def test_stylesheet_link_tag_integrity
pass
end
end

Expand Down

0 comments on commit 9737832

Please sign in to comment.