This commit is contained in:
Jorge Manrubia
2025-05-07 17:43:06 +02:00
parent 8e4912a2b6
commit 8aecabe6a6
+1 -1
View File
@@ -15,7 +15,7 @@ class Command::TagTest < ActionDispatch::IntegrationTest
end
end
test "tag card on perma with new card" do
test "tag card on perma with new tag" do
assert_difference -> { @card.tags.count }, +1 do
execute_command "/tag some-new-tag", context_url: collection_card_url(@card.collection, @card)
end