Skip to content

Commit

Permalink
Merge pull request #528 from etiennebarrie/remove-warnings
Browse files Browse the repository at this point in the history
Remove warnings about tests without assertions
  • Loading branch information
rafaelfranca authored Jul 31, 2024
2 parents e152b64 + 9737832 commit 90daf9c
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 90daf9c

Please sign in to comment.