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 f890730
Showing 1 changed file with 1 addition and 3 deletions.
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 f890730

Please sign in to comment.