This commit is contained in:
David Heinemeier Hansson
2025-10-30 15:56:12 +01:00
parent 3e118e9ad7
commit 6c15610fb3
+1 -1
View File
@@ -39,7 +39,7 @@ class CardsControllerTest < ActionDispatch::IntegrationTest
image: fixture_file_upload("moon.jpg", "image/jpeg"),
description: "Something more in-depth",
tag_ids: [ tags(:mobile).id ] } }
assert_response :success
assert_redirected_to card_path(cards(:logo))
card = cards(:logo).reload
assert_equal "Logo needs to change", card.title