Skip to content

Commit

Permalink
one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde committed Sep 28, 2024
1 parent b9d4595 commit d85468f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/tailwind.deprecated.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions test/integration/push_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ class PushTest < ActionDispatch::IntegrationTest
assert page.has_content?("1.0.0")
assert page.has_content?("Pushed by")

css = %(div.gem__users a[alt=#{@user.handle}])

assert page.has_css?(css, count: 2)
assert_selector("div.gem__members a", text: @user.handle)

assert_equal Digest::MD5.hexdigest(<<~INFO), Rubygem.find_by!(name: "sandworm").versions.sole.info_checksum
---
Expand Down

0 comments on commit d85468f

Please sign in to comment.